mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +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"
|
__codename__ = "Groundhog Day"
|
||||||
|
|
||||||
|
|
|
@ -87,7 +87,7 @@ class ConfigController:
|
||||||
if test == []:
|
if test == []:
|
||||||
update=self.get(str(value.source)+'_update')
|
update=self.get(str(value.source)+'_update')
|
||||||
if update:
|
if update:
|
||||||
logging.warning(update)
|
result[str(value.source)+'_update']={"value": update}
|
||||||
if remove:
|
if remove:
|
||||||
await self.remove(str(value.source)+'_update')
|
await self.remove(str(value.source)+'_update')
|
||||||
if remove:
|
if remove:
|
||||||
|
|
Loading…
Reference in a new issue