Update Tweeder.py
This commit is contained in:
parent
cb7afd9a36
commit
0ef5a9d57a
1 changed files with 1 additions and 1 deletions
|
@ -373,4 +373,4 @@ def unpin(post_id):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(host="127.0.0.1", debug=True)
|
||||
app.run(host="0.0.0.0", port=8080, debug=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue