Only fill missing info if spot passes the timestamp check in submit(). Closes #14

This commit is contained in:
Ian Renton
2025-09-29 19:18:20 +01:00
parent 89a8db579e
commit cd575e7ed2
11 changed files with 17 additions and 23 deletions

View File

@@ -73,8 +73,7 @@ class DXCluster(Provider):
freq=float(match.group(2)),
comment=match.group(4).strip(),
time=spot_datetime)
# Fill in any blanks
spot.infer_missing()
# Add to our list
self.submit(spot)