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