Skip to content

Commit 8b13a1f

Browse files
committed
🐛 fix import
1 parent 52e46fd commit 8b13a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bili_share_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from launart import Launart
3434
from loguru import logger
3535
from PIL.Image import Image as PILImage
36-
from qrcode import QRCode
36+
from qrcode.main import QRCode
3737

3838
from libs.control import require_disable
3939
from libs.control.interval import ManualInterval

0 commit comments

Comments
 (0)