c0rx

Results 1 issues of c0rx

Hello! I have a problem with a proxied login, more precisely: ``` set_proxy(account.proxy['http']) login(email=account.username, password=account.password) ``` Getting 'Login unsuccessful' But if I turn off the proxy line, then everything works...