mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
🔊 Change daily note job log level
This commit is contained in:
parent
8f9b48140c
commit
85911a9d84
@ -346,7 +346,7 @@ class DailyNoteSystem(Plugin):
|
||||
if task_db.status not in include_status:
|
||||
continue
|
||||
user_id = task_db.user_id
|
||||
logger.info("自动便签提醒 - 请求便签信息 user_id[%s]", user_id)
|
||||
logger.debug("自动便签提醒 - 请求便签信息 user_id[%s]", user_id)
|
||||
try:
|
||||
async with self.genshin_helper.genshin(user_id) as client:
|
||||
text = await self.start_get_notes(client, task_db)
|
||||
|
Loading…
Reference in New Issue
Block a user