From a17759416a9b90a48836c93eadf0035b503ede7c Mon Sep 17 00:00:00 2001 From: peilinwu Date: Thu, 4 Jul 2024 21:41:51 +0800 Subject: [PATCH] Fix bug 563 --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index 19bd889..92ec811 100644 --- a/app/main.py +++ b/app/main.py @@ -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'))