From: Thierry Parmentelat Date: Wed, 7 Feb 2024 11:01:12 +0000 (+0100) Subject: change in comment to reflect use of lists instead of tuples X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=130a18728ab32bdeea187f1df549c12a4da4a119 change in comment to reflect use of lists instead of tuples --- 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 = {