Update autostart.py
Return false rather than none if autostart is disabled
This commit is contained in:
parent
6f04bd0444
commit
a6fd10e989
1 changed files with 1 additions and 1 deletions
|
|
@ -50,4 +50,4 @@ class Autostart:
|
|||
pass
|
||||
|
||||
def is_auto(self):
|
||||
return True if self.auto else None
|
||||
return True if self.auto else False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue