forked from platypush/platypush
Added call to parent constructor in lastfm plugin
This commit is contained in:
parent
66d78c8615
commit
b5fb6ecf93
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class LastfmPlugin(Plugin):
|
|||
:type api_key: str
|
||||
"""
|
||||
|
||||
super().__init__()
|
||||
self.api_key = api_key
|
||||
self.api_secret = api_secret
|
||||
self.username = username
|
||||
|
|
Loading…
Reference in a new issue