Update plugin.py

This commit is contained in:
Mr Chen 2025-02-10 17:23:52 +08:00
parent 602ad3390c
commit 31ea0865d1
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ class plugin(object):
continue
task_sign = tmpt.split('-')
task_len = len(task_sign)
if task_len<2:
continue
task_name = task_sign[0].lower()
task_ver = task_sign[1]