This commit is contained in:
jxxghp
2024-02-25 17:16:46 +08:00
parent 6b24ccdc35
commit 0233853794
2 changed files with 3 additions and 1 deletions

View File

@ -377,7 +377,7 @@ class Scheduler(metaclass=Singleton):
schedulers.append(schemas.ScheduleInfo(
id=job_id,
name=job.name,
provider=service.get("plugin_name", "系统"),
provider=service.get("plugin_name", "[系统]"),
status=status,
next_run=next_run
))