Skip to content

Commit

Permalink
#1107 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Dec 3, 2024
1 parent 2fb65e7 commit 713c406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volumes/miovision/api/get_camera_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
URL_BASE = "https://api.miovision.one/api/v1"

# Get intersections from Miovision API.
# 1000 rows should be good for forseable future (currently 173)
response = session.get(
URL_BASE + "/intersections?pageSize=1000",
params={},
Expand Down

0 comments on commit 713c406

Please sign in to comment.