mirror of https://github.com/n1nj4sec/pupy.git
Fix type
This commit is contained in:
parent
6a66d62dab
commit
b4c7ff8e89
|
@ -197,7 +197,7 @@ class ReverseSlaveService(Service):
|
|||
if not s:
|
||||
return {
|
||||
k:v for k,v in pupy.infos.iteritems() if not k in (
|
||||
'launcher_inst'
|
||||
'launcher_inst',
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue