expose overlay (2)
This commit is contained in:
parent
9243e1fe0f
commit
05f710b980
3 changed files with 55 additions and 91 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue