Silence exceptions in the spotify module which may write large amounts of logs to ~/.xsession-errors

This commit is contained in:
Lukas Lüftinger 2021-12-28 00:34:10 +01:00
parent e590a3cf3f
commit 8991bba90e

View file

@ -159,7 +159,6 @@ class Module(core.module.Module):
widget.full_text(self.__song)
except Exception as e:
logging.exception(e)
self.__song = ""
@property