瀏覽代碼

fix: incomplete qr code for railway

master
lanvent 1 年之前
父節點
當前提交
279f0f0234
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/itchat/components/login.py

+ 1
- 1
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()


Loading…
取消
儲存