You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.debug(f"Processing AIS state message data: {data}")
242
+
logging.debug(f"Processing Radiosonde state message data: {data}")
237
243
state=json.loads(data["Radiosonde"])
238
244
state["object_id"] =state["sonde_serial"]
239
245
state["object_type"] ="balloon"
@@ -263,7 +269,7 @@ def _state_callback(
263
269
else:
264
270
if (entry['timestamp'] -self.ledger.loc[entry.index, 'timestamp']).iloc[0] >0:
265
271
self.ledger.update(entry)
266
-
logging.debug(f"Updating entry state data for object id: {entry.index[0]}|{(entry['timestamp'] -self.ledger.loc[entry.index, 'timestamp']).iloc[0]} newer than ledger")
272
+
logging.debug(f"Updating entry for {entry.index[0]}is{(entry['timestamp'] -self.ledger.loc[entry.index, 'timestamp']).iloc[0]} newer than ledger!")
0 commit comments