Got site working
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.idea/
|
||||
py3env/
|
||||
__pycache__/
|
||||
|
||||
|
||||
@@ -9,4 +9,4 @@ def index():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host='0.0.0.0', port=5000)
|
||||
app.run(host='0.0.0.0')
|
||||
|
||||
Reference in New Issue
Block a user