We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e3d08 commit 6422500Copy full SHA for 6422500
media_platform/douyin/login.py
@@ -101,11 +101,8 @@ async def login_by_qrcode(self):
101
utils.logger.info("[DouYinLogin.login_by_qrcode] login qrcode not found please confirm ...")
102
sys.exit()
103
104
- # show login qrcode
105
- # utils.show_qrcode(base64_qrcode_img)
106
partial_show_qrcode = functools.partial(utils.show_qrcode, base64_qrcode_img)
107
asyncio.get_running_loop().run_in_executor(executor=None, func=partial_show_qrcode)
108
- utils.show_qrcode(base64_qrcode_img)
109
await asyncio.sleep(2)
110
111
async def login_by_mobile(self):
0 commit comments