Spaces:
Running
Running
Upload hcaptcha_solver.py
Browse files- hcaptcha_solver.py +1 -1
hcaptcha_solver.py
CHANGED
@@ -208,7 +208,7 @@ async def classify_click(page, data, round0, examples, quetsion0):
|
|
208 |
await classify_click(page, data, 1, examples, quetsion0)
|
209 |
except Exception as e:
|
210 |
print(e)
|
211 |
-
|
212 |
|
213 |
|
214 |
async def area_click(page, data, round0, examples):
|
|
|
208 |
await classify_click(page, data, 1, examples, quetsion0)
|
209 |
except Exception as e:
|
210 |
print(e)
|
211 |
+
tasks.cancel()
|
212 |
|
213 |
|
214 |
async def area_click(page, data, round0, examples):
|