diff --git a/park_api/security.py b/park_api/security.py index 2605bf4..1bd2caf 100644 --- a/park_api/security.py +++ b/park_api/security.py @@ -3,4 +3,5 @@ def file_is_allowed(file): t &= "__Init__" not in file.title() t &= "Sample_City" not in file.title() t &= "Frankfurt" not in file.title() # See offenesdresden/ParkAPI#153 + t &= "Aalborg" not in file.title() # See offenesdresden/ParkAPI#212 return t