Fix spelling mistkae
This commit is contained in:
parent
69162ab276
commit
a177df8b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Callbacks():
|
|||
Certain arguments might be added, depending on the event.
|
||||
"""
|
||||
|
||||
if not event in self.callbacks:
|
||||
if not event in self._callbacks:
|
||||
self._callbacks[event] = []
|
||||
|
||||
callback_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue