mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
删除调试用代码
This commit is contained in:
parent
bb0ac6551e
commit
31103cdc2a
1 changed files with 0 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ class QrFortune(Model):
|
|||
# 把抽取的今日运势插入日志
|
||||
await QrFortuneLog.insert_fortune_log(result, member_openid)
|
||||
return result
|
||||
print(result)
|
||||
return result
|
||||
|
||||
|
||||
|
|
@ -65,7 +64,6 @@ class QrFortuneLog(Model):
|
|||
:return:
|
||||
"""
|
||||
existing_record = await cls.get_or_none(user_id=member_openid, extract_time=datetime.now().date())
|
||||
print(existing_record)
|
||||
return existing_record
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue