mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 09:41:06 +08:00
2 lines
97 B
Python
2 lines
97 B
Python
from gevent import monkey as curious_george
|
|
curious_george.patch_all(thread=False, select=False)
|