From 94c8a54eadbf8552fa4d33dc349616d125e1a638 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 4 Feb 2022 08:23:14 -0800 Subject: Fix a bug in device.py around the type of keywords, add logging and add manage_switch_off_timers to the deps run at each checkin. --- tests/run_some_dependencies_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 7e87d44..20f44cb 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -26,6 +26,7 @@ class RunSomeDependenciesTest(unittest.TestCase): "/home/scott/bin/tplink.py -a office_lights -c info --audit_import_events >& /dev/null", "/home/scott/bin/unscramble.py ethyropadratoyzrhoiectmi --trace_memory >& /dev/null", "/home/scott/bin/cron.py --command='sleep 0' --lockfile=/tmp/deleteme_lock >& /dev/null", + "/home/scott/cron/manage_switch_off_timers.py >& /dev/null", ] for command in commands: try: -- cgit v1.3