Skip to content

Commit

Permalink
Argh (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
breyten committed Dec 19, 2023
1 parent e3d4a46 commit 79dfdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocd_backend/utils/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def fetch(self, url, path):
return self.download_url(url)

def download_url(self, url, partial_fetch=False):
log.debug('Fetching item %s [%s]' % (url,))
log.debug('Fetching item %s' % (url,))
http_resp = self.http_session.get(url, stream=True, timeout=(60, 120), verify=False)
http_resp.raise_for_status()

Expand Down

0 comments on commit 79dfdfa

Please sign in to comment.