lab1 #1

Merged
hasslesstech merged 17 commits from lab1 into dev 2026-02-26 16:04:15 +02:00
Showing only changes of commit 9276239d41 - Show all commits

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,
)