mirror of https://github.com/cowrie/cowrie.git
ftpget doesn't need 'object'
This commit is contained in:
parent
fccc7f0044
commit
d50617b73b
|
@ -18,7 +18,7 @@ from cowrie.shell.honeypot import HoneyPotCommand
|
|||
commands = {}
|
||||
|
||||
|
||||
class FTP(object, ftplib.FTP):
|
||||
class FTP(ftplib.FTP):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.source_address = kwargs.pop("source_address", None)
|
||||
|
|
Loading…
Reference in New Issue