summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/misc_status_config.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-03-10 02:36:54 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-03-10 02:36:54 (GMT)
commit671639b525d1ccdd06b29756ba0ba2ea4178205c (patch)
treea09ee50c065628dfe182dc7a246ee3ae905ef758 /linhes/linhes-system/misc_status_config.py
parentbf89bcadcae5053e80abd14ea03052ce3b1d607b (diff)
downloadlinhes_pkgbuild-671639b525d1ccdd06b29756ba0ba2ea4178205c.zip
linhes_pkgbuild-671639b525d1ccdd06b29756ba0ba2ea4178205c.tar.gz
linhes_pkgbuild-671639b525d1ccdd06b29756ba0ba2ea4178205c.tar.bz2
linhes-system: find_orphans.py: fixes for mythtv 33 and python3
misc_which_recorder.pl: fix for mythtv 33
Diffstat (limited to 'linhes/linhes-system/misc_status_config.py')
-rwxr-xr-xlinhes/linhes-system/misc_status_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/misc_status_config.py b/linhes/linhes-system/misc_status_config.py
index 80205cd..b025886 100755
--- a/linhes/linhes-system/misc_status_config.py
+++ b/linhes/linhes-system/misc_status_config.py
@@ -37,5 +37,5 @@ for line in config_file:
#this is how you reference a value from mv_hostype.py
if (systemconfig.get("SystemType") == "Standalone"):
dbSettingChange()
-elif systemconfig.get("SystemType") == "Master_backend":
+elif systemconfig.get("SystemType") == "MasterBackend":
dbSettingChange()