Browse Source

Linux pause function

naibo 2 years ago
parent
commit
9774e6d4c0

File diff suppressed because it is too large
+ 0 - 0
.temp_to_pub/EasySpider_windows_x64/execution_instances/0.json


+ 3 - 2
ExecuteStage/easyspider_executestage.py

@@ -1532,8 +1532,9 @@ if __name__ == '__main__':
             with Listener(on_press=on_press_creator(press_time, event), on_release=on_release_creator(event, press_time)) as listener:
                 listener.join()
         except:
-            print("您的操作系统不支持暂停功能。")
-            print("Your operating system does not support the pause function.")
+            pass
+            # print("您的操作系统不支持暂停功能。")
+            # print("Your operating system does not support the pause function.")
             
         
     # print("线程长度:", len(threads) )

Some files were not shown because too many files changed in this diff