Skip to content

Commit

Permalink
fix: a config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Feb 14, 2025
1 parent eff80c2 commit 216ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/entrypoints/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Add credentials checker
def verify_debug_credentials(credentials: HTTPBasicCredentials = Depends(security)):
from app.config import config
from app.config.config import config

if not config.debug_auth_enabled:
return None
Expand Down

0 comments on commit 216ad70

Please sign in to comment.