Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Feb 5, 2025
1 parent d5d8a7b commit 1b924e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openatlas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def setup_api() -> None:
and not g.settings['api_public'] \
and ip not in app.config['ALLOWED_IPS'] \
and not verify_jwt_in_request(
optional=True,
locations='headers'):
optional=True,
locations='headers'):
raise AccessDeniedError


Expand Down

0 comments on commit 1b924e6

Please sign in to comment.