Merge pull request #840 from LokiLuciferase/feature/silence-spotify-exceptions

Silence exceptions in the spotify module
This commit is contained in:
tobi-wan-kenobi 2021-12-28 11:33:43 +01:00 committed by GitHub
commit 4b7a6a18d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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