Skip to content

Commit

Permalink
Merge pull request #333 from City-of-Turku/fix/eco-counter-fetch-telr…
Browse files Browse the repository at this point in the history
…aam-camera-remove-breakpoint

Fix/eco counter fetch telraam camera remove breakpoint
  • Loading branch information
juuso-j authored Feb 26, 2024
2 parents 921e870 + a399520 commit c63fd90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eco_counter/management/commands/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ def fetch_telraam_camera(mac_id):
headers = {
"X-Api-Key": settings.TELRAAM_TOKEN,
}
breakpoint()
url = TELRAAM_COUNTER_CAMERAS_URL.format(mac_id=mac_id)
response = TELRAAM_HTTP.get(url, headers=headers)
cameras = response.json().get("camera", None)
Expand Down

0 comments on commit c63fd90

Please sign in to comment.