From 612e893bc87c4a81e2a98de75c2242c319edcaf9 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 14 Jun 2021 21:49:26 +0300 Subject: Testing for django.core.exceptions.ImproperlyConfigured --- servo/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/tasks.py') diff --git a/servo/tasks.py b/servo/tasks.py index c31dd22..04c0a8e 100644 --- a/servo/tasks.py +++ b/servo/tasks.py @@ -29,7 +29,7 @@ def get_rules(): def apply_rules(event): """ - Applies configured rules + Applies configured rules to an event event is the Event object that was triggered """ -- cgit v1.2.3