Fix accidental tuple on received_time

This commit is contained in:
Ian Renton
2025-09-29 20:45:39 +01:00
parent 36d7d6e4e1
commit bb01deba52

View File

@@ -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