From 279f0f023418963a7b473237028982a2c37e6f39 Mon Sep 17 00:00:00 2001 From: lanvent Date: Tue, 28 Mar 2023 01:13:29 +0800 Subject: [PATCH] fix: incomplete qr code for railway --- lib/itchat/components/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/itchat/components/login.py b/lib/itchat/components/login.py index 4355f4b..60ca395 100644 --- a/lib/itchat/components/login.py +++ b/lib/itchat/components/login.py @@ -54,7 +54,7 @@ def login(self, enableCmdQR=False, picDir=None, qrCallback=None, logger.info('Downloading QR code.') qrStorage = self.get_QR(enableCmdQR=enableCmdQR, picDir=picDir, qrCallback=qrCallback) - logger.info('Please scan the QR code to log in.') + # logger.info('Please scan the QR code to log in.') isLoggedIn = False while not isLoggedIn: status = self.check_login()