Skip to content

Commit 68a4e08

Browse files
committed
add : host, portand debug options added.
1 parent 738dc7c commit 68a4e08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mafia.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ def index():
77
return "Hello World!"
88

99
if __name__ == "__main__":
10-
app.run()
10+
app.run(host="0.0.0.0", \
11+
port=5000, \
12+
debug=True)

0 commit comments

Comments
 (0)