fixed singlethread
This commit is contained in:
parent
f49c1b873c
commit
bae3c819ca
2 changed files with 1 additions and 2 deletions
|
@ -94,7 +94,7 @@ def do_sieve(sieve, bot, input, func, type, args):
|
|||
class Handler(object):
|
||||
"""Runs plugins in their own threads (ensures order)"""
|
||||
|
||||
def __init__(self, func, bot):
|
||||
def __init__(self, bot, func):
|
||||
self.func = func
|
||||
self.bot = bot
|
||||
self.input_queue = Queue.Queue()
|
||||
|
|
Reference in a new issue