Skip to content

Commit

Permalink
tidy whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Oct 23, 2023
1 parent 924ca91 commit c7ae488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandcampsync/bandcamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def load_purchases(self):
self.purchases.append(item)
log.info(f'Loaded {len(self.purchases)} purchases')
return True

def get_download_file_url(self, item, encoding='flac'):
soup = self._request('get', item.download_url)
pagedata = self._extract_pagedata_from_soup(soup)
Expand Down

0 comments on commit c7ae488

Please sign in to comment.