Fix runserver.py

This commit is contained in:
hankhill19580
2019-06-24 23:18:20 +00:00
parent e9cb1d2b5a
commit 77a9c4d0b5

View File

@ -2,4 +2,4 @@
from i2p2www import app
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=False)
app.run(host='127.0.0.1', port=5000, debug=False)