I do as the crabs guide. Seems legit tho. (#148)

Tested.
This commit is contained in:
stopflock
2026-08-21 23:19:00 -05:00
committed by GitHub
parent ac6a79f29a
commit 74a09421dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def fetch_alpr_surveillance_nodes(usOnly=True):
raise RuntimeError(f"Failed to fetch data from Overpass API. Status code: {response.status_code}")
def fetch_wins_count():
cms_url = "https://cms.deflock.me/items/flockWins"
cms_url = "https://cms.deflock.me/items/flockWins?limit=-1"
headers = {'User-Agent': DF_USER_AGENT}
response = requests.get(cms_url, headers=headers)