We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407ff87 commit 296b327Copy full SHA for 296b327
1 file changed
nodeseek/nodeseek.py
@@ -41,7 +41,7 @@
41
try:
42
# random=true means get a random bonus
43
url = 'https://www.nodeseek.com/api/attendance?random=true'
44
- response = requests.post(url, headers=headers, impersonate="chrome124")
+ response = requests.post(url, headers=headers, impersonate="chrome136")
45
46
# Output the status code and response content
47
print(f"The {idx+1} account's Status Code: {response.status_code}", flush=True)
0 commit comments