Fix timestamp field in AggregatedData
This commit is contained in:
parent
21ee14ccd1
commit
2b6bed70d8
@ -68,7 +68,7 @@ class FileDatasource:
|
||||
return AggregatedData(
|
||||
accelerometer=acc,
|
||||
gps=gps,
|
||||
time=datetime.utcnow(),
|
||||
timestamp=datetime.utcnow(),
|
||||
user_id=config.USER_ID,
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user