mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-04 12:38:19 +01:00
address issue #137
This commit is contained in:
parent
049f506089
commit
979a83f09c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
__version__ = "4.4.1.rc0"
|
__version__ = "4.4.1.rc1"
|
||||||
__codename__ = "Yeast Starter"
|
__codename__ = "Yeast Starter"
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ class ConfigFolder:
|
||||||
'actor.json',
|
'actor.json',
|
||||||
'kettle.json',
|
'kettle.json',
|
||||||
'config.json',
|
'config.json',
|
||||||
'craftbeerpi.template',
|
#'craftbeerpi.template',
|
||||||
'chromium.desktop',
|
'chromium.desktop',
|
||||||
'config.yaml']
|
'config.yaml']
|
||||||
zip=zipfile.ZipFile(backupfile)
|
zip=zipfile.ZipFile(backupfile)
|
||||||
|
|
Loading…
Reference in a new issue