feat: remove something useless

This commit is contained in:
RTAkland
2022-01-14 18:31:25 +08:00
parent 506bb81f44
commit 5bed020e65
1 file changed
-4
-4
View File
@@ -25,10 +25,6 @@ processes = ProcessPoolExecutor(max_workers=3)
gui_log = InsertLog()
def get_pid():
return os.getpid()
def check_time():
"""
通过多进程让函数和主程序并行,