Skip to content

Commit

Permalink
doc: update login_pixiv log
Browse files Browse the repository at this point in the history
  • Loading branch information
RyouMon committed Dec 20, 2024
1 parent 4a0e91b commit a7777af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/favorites_crawler/commands/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def login_pixiv(
config = load_config(favors_home)
token_getter = CustomGetPixivToken()
try:
print('Launching chrome...')
print('Launching chrome...\n'
'If you are running this for the first time and you don\'t have Chrome installed, '
'it may take a long time to start Chrome.')
login_info = token_getter.login(username=username, password=password)
except Exception as e:
print(f'Failed to login. {e!r}')
Expand Down

0 comments on commit a7777af

Please sign in to comment.