Skip to content

Commit a03bd2c

Browse files
committed
App now runs on machines IP address
1 parent 8c3e130 commit a03bd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def connect_db():
3535
return sqlite3.connect(app.database)
3636

3737
if __name__ == "__main__":
38-
app.run()
38+
app.run(host='0.0.0.0') #runs on machine ip address to make it visible on netowrk

0 commit comments

Comments
 (0)