feat: Raise connection error upon unexpected error
This e.g. makes sure the API is not bombarded with unauthorized calls if the token is wrong
This commit is contained in:
parent
0051cb07c9
commit
885bed888d
@ -42,6 +42,8 @@ def send_to_api(data):
|
||||
print(f"Error: Shelter '{data['name']}' already exists or invalid data.")
|
||||
else:
|
||||
print(f"Unexpected Error: {response.status_code} - {response.text}")
|
||||
raise ConnectionError
|
||||
|
||||
|
||||
def main():
|
||||
# Step 1: Load OSM data
|
||||
|
Loading…
x
Reference in New Issue
Block a user