Fix timestamp field in AggregatedData

This commit is contained in:
Олександр Гуранець 2026-02-24 14:21:41 +02:00 committed by hasslesstech
parent 21ee14ccd1
commit 2b6bed70d8

View File

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