We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bbbe2c + 04e831c commit f633945Copy full SHA for f633945
run_ingram.py
@@ -6,7 +6,7 @@
6
7
#=================== 需放置于最开头 ====================
8
import warnings; warnings.filterwarnings("ignore")
9
-from gevent import monkey; monkey.patch_all()
+from gevent import monkey; monkey.patch_all(thread=False)
10
#======================================================
11
12
import os
@@ -63,4 +63,4 @@ def run():
63
64
65
if __name__ == '__main__':
66
- run()
+ run()
0 commit comments