Skip to content

Commit

Permalink
Revert "Update token.py (twintproject#1075)"
Browse files Browse the repository at this point in the history
This reverts commit 4b30fa3.
  • Loading branch information
yentowngarden committed Jun 11, 2021
1 parent e7c8a0c commit 74c6eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twint/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, msg):
class Token:
def __init__(self, config):
self._session = requests.Session()
self._session.headers.update({'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'})
self.config = config
self._retries = 5
self._timeout = 10
Expand Down

0 comments on commit 74c6eb8

Please sign in to comment.