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 8c3e130 commit a03bd2cCopy full SHA for a03bd2c
main.py
@@ -35,4 +35,4 @@ def connect_db():
35
return sqlite3.connect(app.database)
36
37
if __name__ == "__main__":
38
- app.run()
+ app.run(host='0.0.0.0') #runs on machine ip address to make it visible on netowrk
0 commit comments