merge of 'd887432753528e436b06ef43c6445013d78f68d0'

and 'dc32b56cc5987e2dec5b8fb50ddc2537f8668a8e'
This commit is contained in:
hankhill19580
2019-06-27 17:22:48 +00:00

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)