pygodaddy icon indicating copy to clipboard operation
pygodaddy copied to clipboard

Login issue, again.

Open 8avian opened this issue 10 years ago • 0 comments

Login html string should be updated:

  •    self.logged_in = bool(re.compile(r'id="menu-customer-name">(.*)</a>').search(html))
    
  •    self.logged_in = bool(re.compile(r'Customer Number: ').search(html))
    

8avian avatar Feb 15 '16 14:02 8avian