支持导出表情包

This commit is contained in:
shuaikangzhou
2023-12-09 22:48:15 +08:00
parent f3499b307d
commit c5d4ee6e3f
9 changed files with 443 additions and 665 deletions

View File

@@ -54,7 +54,6 @@ class Misc:
lock.acquire(True)
self.cursor.execute(sql, [userName])
result = self.cursor.fetchall()
# print(result[0][0])
if result:
return result[0][0]
finally: