zhou12189108 commited on
Commit
8a2a0e9
1 Parent(s): 6bfd25d

Upload hcaptcha_solver.py

Browse files
Files changed (1) hide show
  1. 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
- await classify_click(page, data, round0, examples, quetsion0)
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):