From: Christopher Allan Webber Date: Sun, 8 May 2011 12:07:08 +0000 (-0500) Subject: mgoblin_section.get, not app_config.get (doh) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eef100ada52adc4c1f65c7a006b92685f7317ee5;p=mediagoblin.git mgoblin_section.get, not app_config.get (doh) My name's Chris Webber and I ignore pyflakes warnings. --- 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'),