Bugfix: PWA-Banner zentriert, Flask auf 0.0.0.0 für Netzwerkzugriff

This commit is contained in:
2025-07-24 13:35:10 +02:00
parent e07e99c8d9
commit ae373b82be
2 changed files with 8 additions and 9 deletions

2
app.py
View File

@@ -184,4 +184,4 @@ def stats():
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True, host="0.0.0.0")