Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed May 22, 2024
1 parent 941770f commit 1feba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/archiver/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def download(context, resource, url_timeout=30,
download_proxy = config.get('ckan.download_proxy')
log.debug('Downloading via proxy %s', download_proxy)
kwargs['proxies'] = {'http': download_proxy, 'https': download_proxy}
print("=======================================================")

url = url.replace(config['ckan.site_url'], "http://localhost:5000")

res = requests_wrapper(log, method_func, url, **kwargs)
Expand Down

0 comments on commit 1feba1e

Please sign in to comment.