Skip to content

Commit

Permalink
Fix config again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensge committed Aug 27, 2024
1 parent cc70a85 commit 365c859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spybot2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# Sentry SDK
SENTRY_ENABLED = env.bool('SENTRY_ENABLED', False)
SENTRY_DSN = env('SENTRY_DSN')
SENTRY_DSN = env('SENTRY_DSN', default="")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env.bool('DEBUG', False)
Expand Down

0 comments on commit 365c859

Please sign in to comment.