Skip to content

Commit

Permalink
Disable Aalborg
Browse files Browse the repository at this point in the history
ref #212
  • Loading branch information
jklmnn committed Sep 3, 2020
1 parent cd27574 commit 6ab3857
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 @@ -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

0 comments on commit 6ab3857

Please sign in to comment.