SCRUM-56 Repo setup #12

Merged
esk4nz merged 36 commits from lab3/hrynko-SCRUM-56-repo_set_up into dev 2026-03-03 17:24:51 +02:00
Showing only changes of commit 07a0e906d8 - Show all commits

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