Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
feat: add image popup in folium map
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Feb 10, 2024
1 parent 0e8cbe9 commit 57e9442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def fetch_and_update_data(bypass_cash=False):
page_size = 3000
only_active = False
use_mock_data = False
update_mock_data = True
update_mock_data = False

if bypass_cash:
return get_cameras(
Expand Down

0 comments on commit 57e9442

Please sign in to comment.