mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 18:03:10 +08:00
Fixed pep8 issue.
This commit is contained in:
parent
b35b28b982
commit
aef465b962
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
from gevent import monkey as curious_george
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
|
||||
curious_george.patch_all(thread=False, select=False)
|
||||
|
|
Loading…
Reference in a new issue