Skip to content

Commit

Permalink
Correct bug in comms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MCLiii committed Mar 11, 2024
1 parent 9eff9aa commit 42c2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/core/comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def remote_db_fetch(self, server_url: str):
self.latest_tstamp = unpacked_data['tstamp_unix']

try:
db.insert_data(d)
db.insert_data(unpacked_data)
except Exception as e:
print(f"Error with inserting data in LTE code {e}")
continue
Expand Down

0 comments on commit 42c2818

Please sign in to comment.