Skip to content

Commit a73d41b

Browse files
committed
style: text change
1 parent 406d8dc commit a73d41b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

EsportsHelper/LoginHandler.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ def automaticLogIn(self, username: str, password: str) -> bool:
7979
_log("回车后等待一会,直到界面下方刷新出Remote Target,并点击对应登录界面的inspect,从而唤出调试用的浏览器界面,") +
8080
_log("手动解决验证码后关闭之前弹出的界面即可."))
8181
log.info(_log("解决方案二:\n请配置userDataDir来实现跳过验证码, 具体请查看github的wiki教程"))
82-
stats.info.append(_("headless情况下解决方案一: \n打开任意浏览器,在地址栏输入:", color="yellow") +
83-
" [yellow]chrome://inspect/#devices[/]" +
84-
_("回车后等待一会,直到界面下方刷新出Remote Target,并点击对应登录界面的inspect,从而唤出调试用的浏览器界面,", color="yellow") +
85-
_("手动解决验证码后关闭之前弹出的界面即可.", color="yellow"))
86-
stats.info.append(_("解决方案二:\n请配置userDataDir来实现跳过验证码, 具体请查看github的wiki教程", "yellow"))
82+
stats.info.append(_("headless情况下解决方案一: \n打开任意浏览器,在地址栏输入:", color="yellow"))
83+
stats.info.append(" [yellow]chrome://inspect/#devices[/]")
84+
stats.info.append(_("回车后等待一会,直到界面下方刷新出Remote Target,并点击对应登录界面的inspect,从而唤出调试用的浏览器界面,", color="yellow"))
85+
stats.info.append(_("手动解决验证码后关闭之前弹出的界面即可.", color="yellow"))
86+
stats.info.append(_("解决方案二:\n请配置userDataDir来实现跳过验证码, 具体请查看github的wiki教程", color="yellow"))
8787
try:
8888
WebDriverWait(self.driver, 110).until(ec.presence_of_element_located(
8989
(By.CSS_SELECTOR, "div.riotbar-summoner-name")))

0 commit comments

Comments
 (0)