Added call to parent constructor in lastfm plugin

This commit is contained in:
Fabio Manganiello 2018-07-06 02:21:38 +02:00
parent 66d78c8615
commit b5fb6ecf93
1 changed files with 1 additions and 0 deletions

View File

@ -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