disable debugging config values in launch.py

This commit is contained in:
Erik Kristensen 2010-07-17 23:41:15 -04:00
parent 95e3f169f2
commit a23f0d742d
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ import mythboxee
config = mc.GetApp().GetLocalConfig()
# For Debugging
config.SetValue("verified", "1")
config.SetValue("server", "192.168.1.210")
#config.SetValue("verified", "1")
#config.SetValue("server", "192.168.1.210")
# Pull out some of the variables we need
server = config.GetValue("server")
@ -24,4 +24,4 @@ if config.GetValue("verified") == "1":
# Load all the show data from the MythTV Backend Server
mythboxee.LoadShows()
else:
mc.ShowDialogOk("MythBoxee Error", "You must enter the full path to the MythBoxee script or MythBoxee was unable to verify the URL provided.")
mc.ShowDialogOk("MythBoxee Error", "You must enter the full path to the MythBoxee script or MythBoxee was unable to verify the URL provided.")