Silence exceptions in the spotify module which may write large amounts of logs to ~/.xsession-errors
This commit is contained in:
parent
e590a3cf3f
commit
8991bba90e
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class Module(core.module.Module):
|
||||||
widget.full_text(self.__song)
|
widget.full_text(self.__song)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(e)
|
|
||||||
self.__song = ""
|
self.__song = ""
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue