whoops, added self

This commit is contained in:
Ari Brown 2024-06-17 10:58:15 -04:00
parent 237c9b8c3c
commit a3374fd85c

View file

@ -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