mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Only fill missing info if spot passes the timestamp check in submit(). Closes #14
This commit is contained in:
@@ -36,8 +36,7 @@ class POTA(HTTPProvider):
|
||||
grid=source_spot["grid6"],
|
||||
latitude=source_spot["latitude"],
|
||||
longitude=source_spot["longitude"])
|
||||
# Fill in any missing data
|
||||
spot.infer_missing()
|
||||
|
||||
# Add to our list. Don't worry about de-duping, removing old spots etc. at this point; other code will do
|
||||
# that for us.
|
||||
new_spots.append(spot)
|
||||
|
||||
Reference in New Issue
Block a user