Merge pull request #55 from MurdoMaclachlan/master
Fix for #54, crash when starting with autostart disabled.
This commit is contained in:
commit
b92610a8f7
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