From a177df8b1c0d8b715b7599b44515ddb979fdfac4 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 9 May 2016 21:15:49 +0200 Subject: [PATCH] Fix spelling mistkae --- yaboli/callbacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaboli/callbacks.py b/yaboli/callbacks.py index 0975198..2dfbb25 100644 --- a/yaboli/callbacks.py +++ b/yaboli/callbacks.py @@ -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 = {