Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code enhancements wiki toc #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SilentJMA
Copy link

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 GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant