From e6143f26965e4581cae812d8aff988cf0a71c684 Mon Sep 17 00:00:00 2001 From: ksamuel Date: Thu, 22 Mar 2018 11:12:08 +0100 Subject: [PATCH] Renaming dashd variable into vivod Because of the partial renaming, the dashd variable didn't exist, causing the sentinel to crash. --- lib/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models.py b/lib/models.py index d1a43ad..16d805a 100644 --- a/lib/models.py +++ b/lib/models.py @@ -145,7 +145,7 @@ def import_gobject_from_vivod(self, vivod, rec): sub, params = subclass(**newdikt), [] if isinstance(sub, Watchdog): - params = [dashd] + params = [vivod] if sub.is_valid(*params) is False: govobj.vote_delete(vivod)