Ejemplo n.º 1
0
 def on_captcha_wrong(self, tag):
     log.info('Captcha wrong!')
     from deathbycaptcha import SocketClient as DBCClient
     dbccli = DBCClient(State.options.dbc_username, State.options.dbc_password)
     dbccli.report(tag['captcha'])
Ejemplo n.º 2
0
 def on_captcha_wrong(self, tag):
     log.info('Captcha wrong!')
     dbccli = DBCClient(options.dbc_username, options.dbc_password)
     dbccli.report(tag['captcha'])
Ejemplo n.º 3
0
 def on_captcha_wrong(self, tag):
     log.info('Captcha wrong!')
     from deathbycaptcha import SocketClient as DBCClient
     dbccli = DBCClient(State.options.dbc_username,
                        State.options.dbc_password)
     dbccli.report(tag['captcha'])
Ejemplo n.º 4
0
 def on_captcha_wrong(self, tag):
     log.info('Captcha wrong!')
     dbccli = DBCClient(options.dbc_username, options.dbc_password)
     dbccli.report(tag['captcha'])