From 087dd23e3bd7aa88df52d8fabe04c3aa6d166cf3 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 21 Aug 2017 15:32:02 +0530 Subject: [PATCH] [hot][fix] add daily_emails key in clear-limits check --- frappe/commands/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/commands/site.py b/frappe/commands/site.py index 05c3ff4dc5..d5944ad023 100755 --- a/frappe/commands/site.py +++ b/frappe/commands/site.py @@ -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"""