fix syntax error

This commit is contained in:
Frédéric Péters 2014-06-17 15:20:41 +02:00
parent 7e15b3012a
commit 7bac8c0b81
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LIVESETTINGS_OPTIONS = {
'DB' : True,
'SETTINGS': {
'EMAIL': {
'REPLY_BY_EMAIL': False
'REPLY_BY_EMAIL': False,
'DEFAULT_NOTIFICATION_DELIVERY_SCHEDULE_Q_ALL': 'n',
},
'LOGIN_PROVIDERS': {