aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-05-08 07:07:08 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-05-08 07:07:08 -0500
commiteef100ada52adc4c1f65c7a006b92685f7317ee5 (patch)
treec9a80b74fba1d1488a18b0f63cfb79e06f4c0e20
parenta5b06bb0750afd9d2751f92230d4dcb5c76d61c5 (diff)
downloadmediagoblin-eef100ada52adc4c1f65c7a006b92685f7317ee5.tar.lz
mediagoblin-eef100ada52adc4c1f65c7a006b92685f7317ee5.tar.xz
mediagoblin-eef100ada52adc4c1f65c7a006b92685f7317ee5.zip
mgoblin_section.get, not app_config.get (doh)
My name's Chris Webber and I ignore pyflakes warnings.
-rw-r--r--mediagoblin/celery_setup/from_celery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/celery_setup/from_celery.py b/mediagoblin/celery_setup/from_celery.py
index 4ad2c1d1..0ddfcc76 100644
--- a/mediagoblin/celery_setup/from_celery.py
+++ b/mediagoblin/celery_setup/from_celery.py
@@ -82,7 +82,7 @@ def setup_self(setup_globals_func=setup_globals):
db_connection=connection,
database=db,
public_store=public_store,
- email_debug_mode=app_config.get('email_debug_mode'),
+ email_debug_mode=mgoblin_section.get('email_debug_mode'),
email_sender_address=mgoblin_section.get(
'email_sender_address',
'notice@mediagoblin.example.org'),