Conversation

SilentJMA

Added error handling using response.raise_for_status() to check for any request errors.
Combined the URL and file name pairs into a list of tuples for easier iteration.
Used a list comprehension to simplify the creation of the data list.
Removed the duplicate import of the requests module.
Made the code more readable by formatting it consistently.

…st comprehension to simplify the creation, removed the duplicate import of the requests module, adjust readibality
…st comprehension to simplify the creation, removed the duplicate import of the requests module, adjust readibality
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.

@SilentJMA