提交 09b9843e 编写于 作者: H hjdhnx

修复打印

上级 396515bf
......@@ -37,7 +37,7 @@ def create_flask_app(config):
rule_list = getRuleLists()
wlan_info,_ = get_wlan_info()
logger.info(rule_list)
logger.info(f'局域网: {getHost(1, 5705)}/index\n本地: {getHost(0, 5705)}\nwlan_info:{wlan_info}/index')
logger.info(f'局域网: {getHost(1, 5705)}/index\n本地: {getHost(0, 5705)}/index\nwlan_info:{wlan_info}')
return app
app = create_flask_app(config)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册