mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-05 19:23:45 +08:00
🐛 修复重复的定时函数问题
This commit is contained in:
parent
9c332491be
commit
99ba3516b5
@ -2,9 +2,9 @@ import re
|
||||
|
||||
from gsuid_core.sv import SV
|
||||
from gsuid_core.bot import Bot
|
||||
from utils.convert import get_uid
|
||||
from gsuid_core.models import Event
|
||||
|
||||
from ..utils.convert import get_uid
|
||||
from .draw_roleinfo_card import get_role_img
|
||||
|
||||
sv_get_info = SV('sr查询信息')
|
||||
|
@ -21,7 +21,7 @@ sv_sign_config = SV('星穹铁道管理', pm=2)
|
||||
|
||||
# 每日零点半执行米游社星穹铁道签到
|
||||
@scheduler.scheduled_job('cron', hour=SIGN_TIME[0], minute=SIGN_TIME[1])
|
||||
async def sign_at_night():
|
||||
async def sr_sign_at_night():
|
||||
if srconfig.get_config('SchedSignin').data:
|
||||
await send_daily_sign()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user