Browse Source

xdex on port 5009 now

master
manetta 4 years ago
parent
commit
1d2ffaf4d5
  1. 2
      start.py

2
start.py

@ -64,4 +64,4 @@ def index():
if __name__ == '__main__':
APP.debug=True
APP.run(port=5003)
APP.run(port=5009)
Loading…
Cancel
Save