mirror of https://github.com/n1nj4sec/pupy.git
Inherit object
This commit is contained in:
parent
51820bee7d
commit
7289aadf1d
|
@ -9,7 +9,7 @@ import mmap
|
|||
import threading
|
||||
import rpyc
|
||||
|
||||
class Search():
|
||||
class Search(object):
|
||||
def __init__(self, path,
|
||||
strings=[], max_size=20000000, root_path='.', no_content=False,
|
||||
case=False, binary=False, follow_symlinks=False, terminate=None):
|
||||
|
|
Loading…
Reference in New Issue