Przeglądaj źródła

fix: incomplete qr code for railway

master
lanvent 1 rok temu
rodzic
commit
279f0f0234
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      lib/itchat/components/login.py

+ 1
- 1
lib/itchat/components/login.py Wyświetl plik

@@ -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()


Ładowanie…
Anuluj
Zapisz