Skip to content

Commit

Permalink
Formatted using isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto format committed Mar 12, 2022
1 parent cdfe43d commit 130905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twspace_dl/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def guest_token() -> str:
response = requests.post(
"https://api.twitter.com/1.1/guest/activate.json", headers=headers
).json()
token = response['guest_token']
token = response["guest_token"]
if not token:
raise RuntimeError("No guest token found after five retry")
return token
Expand Down

0 comments on commit 130905a

Please sign in to comment.