This commit is contained in:
AKW 2023-12-26 17:20:34 +08:00
parent 665a44f940
commit 6cda695594
1 changed files with 2 additions and 2 deletions

View File

@ -86,5 +86,5 @@ class JQRQrcodeCallbackPubSub:
if not settings.DEBUG:
t = Thread(target=JQREventNewUserCallbackPubSub.event_callback_listener)
t.start()
t2 = Thread(target=JQRQrcodeCallbackPubSub.qrcode_callback_listener)
t2.start()
# t2 = Thread(target=JQRQrcodeCallbackPubSub.qrcode_callback_listener)
# t2.start()