From 06c0de29da97c491201f487c7df2112752d88b51 Mon Sep 17 00:00:00 2001 From: codl Date: Wed, 20 Sep 2017 14:42:45 +0200 Subject: [PATCH] oops --- tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks.py b/tasks.py index bcf086b..f1db0e4 100644 --- a/tasks.py +++ b/tasks.py @@ -63,6 +63,8 @@ def unique(fun): if has_lock: r.delete(key) + return wrapper + def noop(*args, **kwargs):