Update setting.py

pull/109/head
midoks 3 years ago
parent 157b595a22
commit 49383346e8
  1. 2
      setting.py

@ -30,6 +30,8 @@ mw_port = 7200
if os.path.exists("data/port.pl"): if os.path.exists("data/port.pl"):
mw_port = mw.readFile('data/port.pl') mw_port = mw.readFile('data/port.pl')
mw_port.strip() mw_port.strip()
else:
mw.writeFile('data/port.pl', mw_port)
bind = [] bind = []
if os.path.exists('data/ipv6.pl'): if os.path.exists('data/ipv6.pl'):

Loading…
Cancel
Save