1
0
mirror of https://github.com/Rhinemann/IoT-Systems.git synced 2026-03-14 20:50:39 +02:00

Fix timestamp field in AggregatedData

This commit is contained in:
Олександр Гуранець 2026-02-24 14:21:41 +02:00
parent c974ac32f6
commit 07a0e906d8

View File

@ -68,7 +68,7 @@ class FileDatasource:
return AggregatedData( return AggregatedData(
accelerometer=acc, accelerometer=acc,
gps=gps, gps=gps,
time=datetime.utcnow(), timestamp=datetime.utcnow(),
user_id=config.USER_ID, user_id=config.USER_ID,
) )