소스 검색

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)