Skip to content

Commit

Permalink
Update run_ingram.py
Browse files Browse the repository at this point in the history
小小改动。
  • Loading branch information
andyco2008 authored Mar 17, 2024
1 parent 6bbbe2c commit 04e831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_ingram.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#=================== 需放置于最开头 ====================
import warnings; warnings.filterwarnings("ignore")
from gevent import monkey; monkey.patch_all()
from gevent import monkey; monkey.patch_all(thread=False)
#======================================================

import os
Expand Down Expand Up @@ -63,4 +63,4 @@ def run():


if __name__ == '__main__':
run()
run()

0 comments on commit 04e831c

Please sign in to comment.