Create attribute in __init__ (#211)

This commit is contained in:
Stein Magnus Jodal 2012-10-17 01:31:20 +02:00
parent 39d0bfa124
commit 8f1f0bc82a

View File

@ -30,6 +30,7 @@ class SpotifySessionManager(process.BaseThread, PyspotifySessionManager):
self.name = 'SpotifyThread'
self.audio = audio
self.backend = None
self.backend_ref = backend_ref
self.connected = threading.Event()