expose overlay (2)

This commit is contained in:
Jonas Heinrich 2025-03-12 11:29:56 +01:00
parent 9243e1fe0f
commit 05f710b980
3 changed files with 55 additions and 91 deletions

View file

@ -62,6 +62,8 @@ def eintopf_post_event(title, location, description, time_start, time_end):
else:
return False
print("Beginning scraping Radar api ...")
response = requests.get(config["radar"]["api_endpoint"])
if response.status_code == 200: