Skip to content

Commit 296b327

Browse files
committed
refactor: substitute fingerprint with chrome136
1 parent 407ff87 commit 296b327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodeseek/nodeseek.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
try:
4242
# random=true means get a random bonus
4343
url = 'https://www.nodeseek.com/api/attendance?random=true'
44-
response = requests.post(url, headers=headers, impersonate="chrome124")
44+
response = requests.post(url, headers=headers, impersonate="chrome136")
4545

4646
# Output the status code and response content
4747
print(f"The {idx+1} account's Status Code: {response.status_code}", flush=True)

0 commit comments

Comments
 (0)