Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit f74ea1b

Browse files
committed
add missing newline
1 parent 81004eb commit f74ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeweekeu/settings_production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
SOCIAL_AUTH_TWITTER_KEY = os.environ.get('TWITTER_KEY', '')
4646
SOCIAL_AUTH_TWITTER_SECRET = os.environ.get('TWITTER_SECRET', '')
4747

48-
RAVEN_CONFIG = { 'dsn': os.environ.get('SENTRY_KEY') }
48+
RAVEN_CONFIG = { 'dsn': os.environ.get('SENTRY_KEY') }

0 commit comments

Comments
 (0)