Version: 1.0.2

This commit is contained in:
elpatron68
2024-05-26 13:58:46 +02:00
parent a73261f18a
commit b6d6b62223
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -100,5 +100,5 @@ def favicon():
# 'about.html')
if __name__ == "__main__":
logging.info('Starting erdbeerhannah v1.0.1')
logging.info('Starting erdbeerhannah v1.0.2')
app.run(debug=True, host='0.0.0.0')