some fixes

This commit is contained in:
piair
2023-06-18 22:08:16 +02:00
parent 9b237c7ebf
commit 70696ee91b
3 changed files with 2 additions and 5 deletions

View File

@ -374,4 +374,4 @@ def maxi(dict):
if __name__ == '__main__':
app.run(host='0.0.0.0', port=3456, debug=True)
app.run(host='0.0.0.0', port=1234, debug=True)