Skip to content

Commit

Permalink
add forgotten bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
gudata committed Sep 27, 2021
1 parent 2260ffc commit e8b8d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safaribooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def get(self):
if api_v2_detected:
self.images.extend([asset_base_url + '/' + img_url])
else:
self.images.extend(urljoin(next_chapter['asset_base_url'], img_url)
self.images.extend(urljoin(next_chapter['asset_base_url'], img_url))


# Stylesheets
Expand Down

0 comments on commit e8b8d61

Please sign in to comment.