forked from bellwether/minerva
whoops, added self
This commit is contained in:
parent
237c9b8c3c
commit
a3374fd85c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Pool:
|
|||
machine.join()
|
||||
machine.login()
|
||||
|
||||
def run(func, data=[]):
|
||||
def run(self, func, data=[]):
|
||||
if not data or not func:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue