zhou12189108 commited on
Commit
8ca31c1
1 Parent(s): 7fb1a14

Update hcaptcha_solver.py

Browse files
Files changed (1) hide show
  1. hcaptcha_solver.py +3 -0
hcaptcha_solver.py CHANGED
@@ -228,4 +228,7 @@ async def main(host,key):
228
  except asyncio.CancelledError:
229
  print("task done")
230
  return token
 
 
 
231
 
 
228
  except asyncio.CancelledError:
229
  print("task done")
230
  return token
231
+ except Exception as e:
232
+ print(e)
233
+ return token
234