xdex on port 5009 now

This commit is contained in:
manetta 2020-02-28 13:11:38 +01:00
parent 04c6a74c26
commit 1d2ffaf4d5

View File

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