Update setting.py

pull/109/head
midoks 3 years ago
parent a6828f7afd
commit 105b159ccd
  1. 2
      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()

Loading…
Cancel
Save