mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 23:48:16 +01:00
added update parameter to list
This commit is contained in:
parent
1d6cd75f8c
commit
639efe72c4
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.1.8.a12"
|
||||
__version__ = "4.1.8.a13"
|
||||
__codename__ = "Groundhog Day"
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ class ConfigController:
|
|||
if test == []:
|
||||
update=self.get(str(value.source)+'_update')
|
||||
if update:
|
||||
logging.warning(update)
|
||||
result[str(value.source)+'_update']={"value": update}
|
||||
if remove:
|
||||
await self.remove(str(value.source)+'_update')
|
||||
if remove:
|
||||
|
|
Loading…
Reference in a new issue