summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_myth_status.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-02-15 23:12:11 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-02-15 23:12:11 (GMT)
commit875818ebef13a35221efe54c1778b9bb37d79f82 (patch)
treea086279f51b5967751ac44e7b442c79a53fb4c5d /linhes/linhes-system/lh_myth_status.py
parentfa20def47ab22f3141c2c7a996dbaf9f130e34f4 (diff)
downloadlinhes_pkgbuild-875818ebef13a35221efe54c1778b9bb37d79f82.zip
linhes_pkgbuild-875818ebef13a35221efe54c1778b9bb37d79f82.tar.gz
linhes_pkgbuild-875818ebef13a35221efe54c1778b9bb37d79f82.tar.bz2
linhes-system: lh_system_start.sh: don't restart plasma on first run
lh_myth_status.py: don't run alerts
Diffstat (limited to 'linhes/linhes-system/lh_myth_status.py')
-rwxr-xr-xlinhes/linhes-system/lh_myth_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/lh_myth_status.py b/linhes/linhes-system/lh_myth_status.py
index ea8c6f2..c682d1c 100755
--- a/linhes/linhes-system/lh_myth_status.py
+++ b/linhes/linhes-system/lh_myth_status.py
@@ -264,7 +264,7 @@ def go():
tuner.print_upcoming_recordings()
tuner.print_conflict_list()
tuner.print_next_start_time()
- print_alerts()
+ #print_alerts()
if __name__ == "__main__":