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
@@ -2,4 +2,4 @@ from app.api import create_api
if __name__ == '__main__':
app = create_api()
app.run(debug=True, threaded=True)
app.run(debug=False, threaded=True)