fix: disable flask debug

remove and revoke last fm api key
This commit is contained in:
geoffrey45
2023-02-01 21:03:30 +03:00
parent 9d288db2de
commit 7b9f5fdb13
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ if __name__ == "__main__":
start_watchdog()
app.run(
debug=True,
debug=False,
threaded=True,
host=Variables.FLASK_HOST,
port=Variables.FLASK_PORT,