Skip to content

Commit

Permalink
fix some log
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky committed Jan 14, 2024
1 parent 0e06520 commit 95e2c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aligo/core/Auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def _login_by_qrcode(self) -> requests.Response:
elif qrCodeStatus == 'SCANED':
self.log.info('已扫描 等待确认')
elif qrCodeStatus == 'CONFIRMED':
self.log.info(f'已确认 可关闭二维码窗口')
self.log.info(f'已确认')
if self._port:
try:
self.session.get(f'http://localhost:{self._port}/close')
Expand Down

0 comments on commit 95e2c22

Please sign in to comment.