Преглед на файлове

updated plugins list

pull/258/head
Juan Pablo Gimenez преди 5 години
родител
ревизия
5d887d8413
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      modules/addon/endpoints.py

+ 1
- 1
modules/addon/endpoints.py Целия файл

@@ -133,7 +133,7 @@ def plugins():
Read the central plugin yaml to get a list of all official plugins
:return:
"""
response = requests.get("https://raw.githubusercontent.com/Manuel83/craftbeerpi-plugins/master/plugins.yaml")
response = requests.get("https://raw.githubusercontent.com/jpgimenez/craftbeerpi-plugins/master/plugins.yaml")
cbpi.cache["plugins"] = merge(yaml.load(response.text), cbpi.cache["plugins"])
for key, value in cbpi.cache["plugins"].items():
value["installed"] = os.path.isdir("./modules/plugins/%s/" % (key))


Loading…
Отказ
Запис