From 0ce01d519e45fdd01c134336849c3b305a2da3d4 Mon Sep 17 00:00:00 2001 From: Aymeric Chaumont <aymeric.chaumont@student-cs.fr> Date: Thu, 21 Jul 2022 10:48:48 +0200 Subject: [PATCH] added missing coma in camera.py.template --- backend/cameras.py.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cameras.py.template b/backend/cameras.py.template index f7d7c61..001fe76 100644 --- a/backend/cameras.py.template +++ b/backend/cameras.py.template @@ -3,7 +3,7 @@ restaurants = [ "restaurant": "local", # the linear function estimating the waiting time t based on the number of people n and the number c of open checkouts is: # t = a * n / c + b - "a_factor": 30 # slope + "a_factor": 30, # slope "b_factor": 120, # y-intercept # list of all the cameras that correspond to a same restaurant "cameras": -- GitLab