pygodaddy
pygodaddy copied to clipboard
Login issue, again.
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))