Skip to content

Ideas #6

Description

@TotallyNotAHaxxer

I think the script is great however maybe add a function where it checks your connection before hand something like this would work

import requests
def checker():
       try:
           r = requests.get("https://www.google.com")
           if r.status_code == '200':
                                          pass:
           etc etc 

to where after that it wold do something if it returns a certian code, however i do think this is a decent tool just could use ALOT of changes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions