]> vault307.fbx.one Git - PicoTamachibi.git/blobdiff - icon.py
Add comment to main.py (#1)
[PicoTamachibi.git] / icon.py
diff --git a/icon.py b/icon.py
index 564bd2fc1d44538afbaeca391c42e90f91395900..529ede8ee72ee866136e311cd6d97d171c88e3f1 100644 (file)
--- a/icon.py
+++ b/icon.py
@@ -656,7 +656,7 @@ class Event():
         if self.__timer_ms >= self.__timer:
             if self.__callback is not None:
                 print("poop check callback")
         if self.__timer_ms >= self.__timer:
             if self.__callback is not None:
                 print("poop check callback")
-                self.__callback
+                self.__callback()
                 self.__timer = -1
                 self.__timer_ms = 0
             else:
                 self.__timer = -1
                 self.__timer_ms = 0
             else: