Merge pull request #840 from LokiLuciferase/feature/silence-spotify-exceptions
Silence exceptions in the spotify module
This commit is contained in:
commit
4b7a6a18d5
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ class Module(core.module.Module):
|
|||
widget.full_text(self.__song)
|
||||
|
||||
except Exception as e:
|
||||
logging.exception(e)
|
||||
self.__song = ""
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue