mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-18 18:56:26 +00:00
USE CORRECT SERIAL NUMBER FOR SAVING DATA!
This commit is contained in:
parent
4d19dad750
commit
67e47ab0fe
@ -603,7 +603,7 @@ async def predict_async(event, context):
|
||||
if data:
|
||||
serial_data[data[0]] = data[1]
|
||||
if data[2]:
|
||||
reverse_serial_data[serial] = data[2]
|
||||
reverse_serial_data[data[0]] = data[2]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user