Update plugin.py

This commit is contained in:
Mr Chen 2024-12-08 23:04:23 +08:00
parent 679aefba86
commit 49f45314d1
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class plugin(object):
return False
data = self.run(info['name'], 'status', info['setup_version'])
if data[0] == 'start':
if data[0].strip() == 'start':
return True
else:
return False