From 8991bba90e6427e3fbc4da328303e7b09178362a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=BCftinger?= Date: Tue, 28 Dec 2021 00:34:10 +0100 Subject: [PATCH] Silence exceptions in the spotify module which may write large amounts of logs to ~/.xsession-errors --- bumblebee_status/modules/contrib/spotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee_status/modules/contrib/spotify.py b/bumblebee_status/modules/contrib/spotify.py index 7544b48..1c7f7e2 100644 --- a/bumblebee_status/modules/contrib/spotify.py +++ b/bumblebee_status/modules/contrib/spotify.py @@ -159,7 +159,6 @@ class Module(core.module.Module): widget.full_text(self.__song) except Exception as e: - logging.exception(e) self.__song = "" @property