merge of '17bca70d7d9b610785cb03c4f63a7a1463f4e7d9'

and '23125618d658a438da475f48fe2829b3245cebbb'
This commit is contained in:
hankhill19580
2019-06-26 16:17:00 +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)