]> git.lizzy.rs Git - cheatdb.git/blobdiff - rundebug.py
Use consistent quotes
[cheatdb.git] / rundebug.py
index e4592d27823a341ea969e56848bb3bbf5c2fa48d..292c33f51d6d2441cdf66525364635928dc35f95 100644 (file)
@@ -1,3 +1,3 @@
 from app import app
 
-app.run(host='0.0.0.0', port=5000, debug=True)
+app.run(host="127.0.0.1", port=5000, debug=True)