Skip to content

Commit 95e2c22

Browse files
committed
fix some log
1 parent 0e06520 commit 95e2c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aligo/core/Auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def _login_by_qrcode(self) -> requests.Response:
311311
elif qrCodeStatus == 'SCANED':
312312
self.log.info('已扫描 等待确认')
313313
elif qrCodeStatus == 'CONFIRMED':
314-
self.log.info(f'已确认 可关闭二维码窗口')
314+
self.log.info(f'已确认')
315315
if self._port:
316316
try:
317317
self.session.get(f'http://localhost:{self._port}/close')

0 commit comments

Comments
 (0)