Skip to content

Commit f633945

Browse files
authored
Merge pull request jorhelp#83 from andyco2008/master
Update run_ingram.py
2 parents 6bbbe2c + 04e831c commit f633945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: run_ingram.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#=================== 需放置于最开头 ====================
88
import warnings; warnings.filterwarnings("ignore")
9-
from gevent import monkey; monkey.patch_all()
9+
from gevent import monkey; monkey.patch_all(thread=False)
1010
#======================================================
1111

1212
import os
@@ -63,4 +63,4 @@ def run():
6363

6464

6565
if __name__ == '__main__':
66-
run()
66+
run()

0 commit comments

Comments
 (0)