Closed cristianmiranda closed 4 years ago
Possible fix:
diff --git a/bumblebee_status/modules/contrib/github.py b/bumblebee_status/modules/contrib/github.py
index 54f7199..004415c 100644
--- a/bumblebee_status/modules/contrib/github.py
+++ b/bumblebee_status/modules/contrib/github.py
@@ -83,7 +83,6 @@ class Module(core.module.Module):
self.__label += "/".join(counts)
except Exception as err:
- print(err)
self.__label = "n/a"
def __getUnreadNotificationsCountByReason(self, notifications, reason):