mgoblin_section.get, not app_config.get (doh)
My name's Chris Webber and I ignore pyflakes warnings.
This commit is contained in:
parent
a5b06bb075
commit
eef100ada5
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user