Update Tweeder.py

This commit is contained in:
Sam 2018-05-12 09:50:27 +01:00 committed by GitHub
parent cb7afd9a36
commit 0ef5a9d57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)