mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
Fix accidental tuple on received_time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user