From f6f0a8700286b07c289601e147a667d48905b869 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 25 Feb 2021 00:38:23 +0100 Subject: [PATCH] this todo is resolved --- owrx/form/device.py | 1 - 1 file changed, 1 deletion(-) diff --git a/owrx/form/device.py b/owrx/form/device.py index 5375cb5..8893093 100644 --- a/owrx/form/device.py +++ b/owrx/form/device.py @@ -321,7 +321,6 @@ class SchedulerInput(Input): select_id = "{id}-select".format(id=self.id) if select_id in data: if data[select_id][0] == "static": - # TODO parse static fields keys = ["{}-{}".format(self.id, x) for x in ["time-start", "time-end", "profile"]] keys_present = reduce(and_, [key in data for key in keys], True) if not keys_present: