Skip to content

Commit

Permalink
Linktree
Browse files Browse the repository at this point in the history
No suggestions m8
  • Loading branch information
ghluka committed May 6, 2024
1 parent 364f30a commit e58341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkers/linktree.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Checker(BaseChecker):
@BaseChecker.check.register
def _(self, username:str) -> str|None:
headers = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0"}
payload = {"username": username, "returnSuggestions": True}
payload = {"username": username, "returnSuggestions": False}

r = Response(429)
while r.status_code == 429:
Expand Down

0 comments on commit e58341b

Please sign in to comment.