We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1bfb0 commit 7d70b52Copy full SHA for 7d70b52
app/website/app.py
@@ -13,5 +13,5 @@ def home():
13
return render_template('index.htm')
14
15
16
-if __name__ == "__main__":
17
- app.run(debug=False, host='0.0.0.0', port=5000)
+if __name__ == '__main__':
+ app.run(debug=False, host='0.0.0.0', port=5000)
0 commit comments