[gnome-music/wip/jfelder/lastfm-ui-v1: 21/27] scrobbler: Remove unused attribute _authentication



commit fd92246935c9236afc2466844047378c0e94796a
Author: Jean Felder <jfelder src gnome org>
Date:   Sat Jan 4 20:10:19 2020 +0100

    scrobbler: Remove unused attribute _authentication

 gnomemusic/scrobbler.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/scrobbler.py b/gnomemusic/scrobbler.py
index f9b6ac66..9acf9f24 100644
--- a/gnomemusic/scrobbler.py
+++ b/gnomemusic/scrobbler.py
@@ -147,7 +147,6 @@ class LastFmScrobbler(GObject.GObject):
         super().__init__()
 
         self._scrobbled = False
-        self._authentication = None
         self._goa_lastfm = GoaLastFM()
         self._soup_session = Soup.Session.new()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]