Skip to content

Commit

Permalink
remove user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
pretrehr committed Sep 9, 2021
1 parent 2a44c54 commit 4113f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sportsbetting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def find_files(filename, search_path):
return os.path.abspath(os.path.join(root, filename))


ua = UserAgent(verify_ssl=False)
USER_AGENT = sorted(ua.data_browsers["chrome"], key=lambda a: grp(r'Chrome/[^ ]+', a))[-1]
chrome_version = ""
colorama.init()
try:
Expand Down

0 comments on commit 4113f84

Please sign in to comment.