fix: 修复语法错误

This commit is contained in:
2026-04-21 12:06:00 +08:00
parent 5aa802e960
commit 7ad0538039

2
app.py
View File

@@ -69,4 +69,4 @@ if __name__ == '__main__':
print("右侧面板实时配置,操作更流畅")
print(f"访问地址: http://localhost:19018")
print("=" * 50)
app.run(host='0.0.0.0', port=19018, debug=True)=True)
app.run(host='0.0.0.0', port=19018, debug=True)