Skip to content

Commit

Permalink
add download url to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Apr 3, 2024
1 parent d7567b2 commit 1e5a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def process_rawdata(file_download_url, aoi_id, feedback=False):
headers = {
'Referer': 'https://fair-dev.hotosm.org/' # TODO : Use request uri
}
logging.debug(f"Started downloading zip raw for {aoi_id}")
logging.debug(f"Started downloading zip raw for {aoi_id} : {file_download_url}")
r = requests.get(file_download_url, headers=headers)
logging.debug(f"Downloaded zip raw for {aoi_id}")
# Check whether the export path exists or not
Expand Down

0 comments on commit 1e5a4bc

Please sign in to comment.