Skip to content

Commit a642126

Browse files
committed
fix: qrcode missing
1 parent ed30032 commit a642126

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/text_to_img.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def md_to_html(text):
295295

296296
async def get_qr_data(text):
297297
"""将 Markdown 文本保存到 Mozilla Pastebin,并获得 URL"""
298-
return "data:image/jpeg;base64,"
299298
async with aiohttp.ClientSession() as session:
300299
payload = {'expires': '86400', 'format': 'url', 'lexer': '_markdown', 'content': text}
301300
try:

0 commit comments

Comments
 (0)