Update task_manager_index.py

This commit is contained in:
Mr Chen 2024-06-05 00:35:08 +08:00
parent c6cf6fef0b
commit e6463e0286
1 changed files with 1 additions and 1 deletions

View File

@ -1428,7 +1428,7 @@ class mainClass(object):
cronInfo['exe'] = ctmp[2]
cronInfo['test'] = ctmp[0]
cronList.append(cronInfo)
if 'search' in get, 'search':
if 'search' in get:
if get['search'] != '':
cronList = self.search_cron(cronList, get['search'])
return cronList