fix syntax error

This commit is contained in:
Erik Kristensen 2010-09-07 18:35:22 -04:00
parent a5f2e7f1f2
commit 77fafd90ec
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ class MythBoxee:
mc.GetApp().GetLocalConfig().Reset("watchdog.player")
def run(self):
if mc.GetApp().GetLocalConfig().GetValue("watchdog.player") == "true"
if mc.GetApp().GetLocalConfig().GetValue("watchdog.player") == "true":
return
mc.GetApp().GetLocalConfig().SetValue("watchdog.player", "true")