refactor: remove deprecated config files and update logging in account management scripts

This commit is contained in:
chengchongzhen
2024-12-31 13:21:07 +08:00
parent de33ff1e2e
commit 50e69cd51c
4 changed files with 2 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ class EmailVerificationHandler:
# 打开新标签页访问临时邮箱
tab_mail = self.browser.new_tab(self.mail_url)
self.browser.activate_tab(tab_mail)
logging.info("打开邮箱页面")
print("打开邮箱页面")
# 输入用户名
self._input_username(tab_mail, username)