Skip to content

Commit

Permalink
测试脚本强制显示浏览器,并默认使用便携版chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Mar 4, 2021
1 parent 89b8fa9 commit 638dfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qq_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ def need_reopen_url(self, login_type):
load_config("config.toml", "config.toml.local")
cfg = config()

# cfg.common.run_in_headless_mode = True
# cfg.common.run_in_headless_mode = False
cfg.common.force_use_portable_chrome = True
cfg.common.run_in_headless_mode = False

ql = QQLogin(cfg.common)
account = cfg.account_configs[0]
Expand Down

0 comments on commit 638dfd7

Please sign in to comment.