Merge pull request #138 from PiBrewing/development

address issue #137
This commit is contained in:
Alexander Vollkopf 2024-06-10 07:03:36 +02:00 committed by GitHub
commit edbd2319da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.4.1.rc0" __version__ = "4.4.1.rc1"
__codename__ = "Yeast Starter" __codename__ = "Yeast Starter"

View file

@ -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)