Skip to content

Commit

Permalink
Update azapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elmoiv authored Nov 30, 2019
1 parent 9e90b6c commit 7c37420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azapi/azapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def getSongs(self, artist=None, search=False):

if not link:
link = '{}/{}/{}.html'.format(self.main_url, artist[0], artist)

albums_page = self.get(link)

return ParseSongs(albums_page)
Expand Down

0 comments on commit 7c37420

Please sign in to comment.