瀏覽代碼

Merge branch 'master' of git.cpyypt.cn:jindou/LogTT_tools

jindou 1 年之前
父節點
當前提交
8ddcfac282
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -21,6 +21,7 @@ from requests import get as requests_get
 
 # pyinstaller.exe -D -n LogTT_tools_V0.0.0.2 main.py
 # pyinstaller.exe -w -F -n LogTT_tools_V0.0.0.3 main.py
+# pyinstaller.exe -w -F -n LogTT_tools_V0.0.0.3 main.py
 
 client_id = "LogTT_tool_" + node()
 g_client = mqtt_client.Client(client_id)