From 105b159ccd0068a165f4ca211708601e3a03e412 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 13 Jun 2022 18:10:16 +0800 Subject: [PATCH] Update setting.py --- setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting.py b/setting.py index dcf99c26c..c60fd7c9e 100755 --- a/setting.py +++ b/setting.py @@ -26,7 +26,7 @@ if not os.path.exists(os.getcwd() + '/logs'): os.mkdir(os.getcwd() + '/logs') # default port -mw_port = 7200 +mw_port = "7200" if os.path.exists("data/port.pl"): mw_port = mw.readFile('data/port.pl') mw_port.strip()