From 130a18728ab32bdeea187f1df549c12a4da4a119 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 7 Feb 2024 12:01:12 +0100 Subject: [PATCH] change in comment to reflect use of lists instead of tuples --- PLC/LeaseFilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/LeaseFilter.py b/PLC/LeaseFilter.py index c7e31bc..888b18e 100644 --- a/PLC/LeaseFilter.py +++ b/PLC/LeaseFilter.py @@ -21,7 +21,7 @@ class LeaseFilter(Filter): # general notes on input parameters # int_timestamp: number of seconds since the epoch # str_timestamp: see Timestamp.sql_validate - # timeslot: a tuple (from, until), each being either int_timestamp or + # timeslot: a list [from, until], each being either int_timestamp or # str_timestamp local_fields = { -- 2.43.0