[hot][fix] add daily_emails key in clear-limits check
This commit is contained in:
parent
013e2da67c
commit
087dd23e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ def _set_limits(context, site, limits):
|
|||
@click.command('clear-limits')
|
||||
@click.option('--site', help='site name')
|
||||
@click.argument('limits', nargs=-1, type=click.Choice(['emails', 'space', 'users', 'email_group',
|
||||
'expiry', 'support_email', 'support_chat', 'upgrade_url']))
|
||||
'expiry', 'support_email', 'support_chat', 'upgrade_url', 'daily_emails']))
|
||||
@pass_context
|
||||
def clear_limits(context, site, limits):
|
||||
"""Clears given limit from the site config, and removes limit from site config if its empty"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue