Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Fixed Auth (new update) ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoLite committed Jul 19, 2024
1 parent d03c311 commit 393bcf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/utils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ def login_in_browser(auth_url: str, proxy: str) -> tuple[str, str, str]:
time.sleep(5)

response_text = '{}'
x_cv = '631'
x_cv = '651'
x_touch = '1'

for request in driver.requests:
request_body = request.body.decode('utf-8')
if request.url == "https://api.tapswap.club/api/account/login":
if request.url == "https://api.tapswap.club/api/account/challenge" and 'chr' in request_body:
response_text = request.response.body.decode('utf-8')

if request.url == "https://api.tapswap.club/api/player/submit_taps":
Expand Down

0 comments on commit 393bcf3

Please sign in to comment.