mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
6cf49a822a
2 changed files with 3 additions and 4 deletions
|
@ -1 +1,2 @@
|
|||
__version__ = "4.0.3.a2"
|
||||
|
||||
|
|
|
@ -201,6 +201,7 @@ def plugins_list():
|
|||
if name.startswith('cbpi') and len(name) > 4
|
||||
}
|
||||
for key, module in discovered_plugins.items():
|
||||
|
||||
try:
|
||||
meta = metadata(key)
|
||||
result.append(dict(Name=meta["Name"], Version=meta["Version"], Author=meta["Author"], Homepage=meta["Home-page"], Summary=meta["Summary"]))
|
||||
|
@ -212,10 +213,7 @@ def plugins_list():
|
|||
|
||||
|
||||
def plugin_create():
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
print("Plugin Creation")
|
||||
print("")
|
||||
|
||||
|
|
Loading…
Reference in a new issue