forked from mrlan/EnglishPal
Fix bug 563
parent
56c8dc24c6
commit
a17759416a
|
@ -111,7 +111,7 @@ if __name__ == '__main__':
|
||||||
'''
|
'''
|
||||||
# app.secret_key = os.urandom(16)
|
# app.secret_key = os.urandom(16)
|
||||||
# app.run(debug=False, port='6000')
|
# app.run(debug=False, port='6000')
|
||||||
app.run(debug=True)
|
#app.run(debug=True)
|
||||||
# app.run(debug=True, port='6000')
|
app.run(debug=True, port='8025')
|
||||||
# app.run(host='0.0.0.0', debug=True, port='6000')
|
# app.run(host='0.0.0.0', debug=True, port='6000')
|
||||||
# print(mod5('123'))
|
# print(mod5('123'))
|
||||||
|
|
Loading…
Reference in New Issue