Skip to content

Commit

Permalink
Debug auth
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 18, 2023
1 parent ddc61f4 commit 1fcdb1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
app.run()
else:
import logging
import sys
gunicorn_error_logger = logging.getLogger('gunicorn.error')

app.logger.handlers.extend(gunicorn_error_logger.handlers)
Expand Down

0 comments on commit 1fcdb1f

Please sign in to comment.