Commit 7efdab1e authored by gaotao's avatar gaotao

无法登录bug

parent fe1e3535
...@@ -40,7 +40,7 @@ class BrowserEngine(ReadConfig): ...@@ -40,7 +40,7 @@ class BrowserEngine(ReadConfig):
return self.driver return self.driver
def login_znfz(self): def login_znfz(self):
if self.url == 'LOGIN': if self.url == 'LOGIN' or 'URL':
return return
username = self.get_userInfo('username') username = self.get_userInfo('username')
password = self.get_userInfo('password') password = self.get_userInfo('password')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment