From bb01deba52f7ae71b9e2660bf56b15a96ce750ab Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Mon, 29 Sep 2025 20:45:39 +0100 Subject: [PATCH] Fix accidental tuple on received_time --- data/spot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/spot.py b/data/spot.py index a2a6966..4b4b323 100644 --- a/data/spot.py +++ b/data/spot.py @@ -64,7 +64,7 @@ class Spot: # Time that this software received the spot. This is used with the "since_received" call to our API to receive all # data that is new to us, even if by a quirk of the API it might be older than the list time the client polled the # API. - received_time: datetime = datetime.now(pytz.UTC), + received_time: datetime = datetime.now(pytz.UTC) # Comment left by the spotter, if any comment: str = None # Special Interest Group (SIG), e.g. outdoor activity programme such as POTA