dispatcher: fix typo

This commit is contained in:
Luna 2019-07-20 13:16:41 -03:00
parent 91679c3aee
commit fb18662af4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class EventDispatcher:
if len(bcall) == 2: if len(bcall) == 2:
flags = {} flags = {}
elif len(bcall == 3): elif len(bcall) == 3:
# we have flags # we have flags
flags = bcall[2] flags = bcall[2]