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

just a me thing #11

Open
TotallyNotAHaxxer opened this issue Mar 15, 2022 · 0 comments
Open

just a me thing #11

TotallyNotAHaxxer opened this issue Mar 15, 2022 · 0 comments

Comments

@TotallyNotAHaxxer
Copy link

this is just a personal thing but i always feel declaring public variables and types should always be at the very top

headers = {
    'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'
}
arguments = args()

# If we passed --no-verify then we likely don't care about insecure request warnings.
if arguments.no_verify:
    urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

this was at the very bottom- it might be suggested to keep it at the top ( unless you cant ), since its just good for organization.

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

No branches or pull requests

1 participant