Skip to content

Commit 7d70b52

Browse files
Update app.py
1 parent 3b1bfb0 commit 7d70b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/website/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def home():
1313
return render_template('index.htm')
1414

1515

16-
if __name__ == "__main__":
17-
app.run(debug=False, host='0.0.0.0', port=5000)
16+
if __name__ == '__main__':
17+
app.run(debug=False, host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)