Change port number

This commit is contained in:
Porter
2025-04-27 10:05:23 +08:00
parent bb0b70fa44
commit 970a815b34
11 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -534,4 +534,4 @@ def get_symbols():
return jsonify({'error': str(e)})
if __name__ == '__main__':
app.run(debug=True, host='0.0.0.0', port=8124)
app.run(debug=True, host='0.0.0.0', port=8123)