This commit is contained in:
Lurkars 2022-02-11 16:00:12 +01:00
parent 7b1fd5cbe4
commit b8d39e41a3

View File

@ -160,7 +160,7 @@ class Luniebox(object):
return False return False
try: try:
self.spotifydl = SpotifyDL(luniebox) self.spotifydl = SpotifyDL(self)
logging.getLogger('luniebox').info("spotifydl enabled!") logging.getLogger('luniebox').info("spotifydl enabled!")
return True return True
except Exception as exception: except Exception as exception: