Skip to content

Commit

Permalink
Disable Wiesbaden
Browse files Browse the repository at this point in the history
ref #176
  • Loading branch information
jklmnn committed Jun 3, 2021
1 parent 418187a commit a371f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions park_api/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ def file_is_allowed(file):
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
t &= "Wiesbaden" not in file.title() # See offenesdresden/ParkAPI#176
return t

0 comments on commit a371f5a

Please sign in to comment.