This commit is contained in:
elpatron68
2024-05-27 12:53:46 +02:00
parent 4a1b237482
commit 6601cd3e88
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -126,5 +126,5 @@ def favicon():
# 'about.html')
if __name__ == "__main__":
app.logger.info('Starting erdbeerhannah v1.0.3')
app.logger.info('Starting erdbeerhannah v1.0.4')
app.run(debug=True, host='0.0.0.0')