Update plugin.py
This commit is contained in:
parent
679aefba86
commit
49f45314d1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue