0
0
Fork 0

Fix bug 563

Bug563-HuangHaoqi
peilinwu 2024-07-04 21:41:51 +08:00
parent 56c8dc24c6
commit a17759416a
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ if __name__ == '__main__':
'''
# app.secret_key = os.urandom(16)
# app.run(debug=False, port='6000')
app.run(debug=True)
# app.run(debug=True, port='6000')
#app.run(debug=True)
app.run(debug=True, port='8025')
# app.run(host='0.0.0.0', debug=True, port='6000')
# print(mod5('123'))