Skip to content
Snippets Groups Projects
Commit 0ce01d51 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added missing coma in camera.py.template

parent ad2fc324
Branches
No related tags found
1 merge request!52Documentation
Pipeline #44449 passed with warnings
...@@ -3,7 +3,7 @@ restaurants = [ ...@@ -3,7 +3,7 @@ restaurants = [
"restaurant": "local", "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: # 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 # t = a * n / c + b
"a_factor": 30 # slope "a_factor": 30, # slope
"b_factor": 120, # y-intercept "b_factor": 120, # y-intercept
# list of all the cameras that correspond to a same restaurant # list of all the cameras that correspond to a same restaurant
"cameras": "cameras":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment