From 1f290b05d6fce851a01a1ce54194382b734ea596 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 27 Sep 2019 12:42:32 -0500 Subject: Fixed an issue that caused Redis to throw an error when creating collections --- wqflask/wqflask/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/collect.py b/wqflask/wqflask/collect.py index 7e3337a0..22d3f7ee 100644 --- a/wqflask/wqflask/collect.py +++ b/wqflask/wqflask/collect.py @@ -259,7 +259,7 @@ def create_new(collection_name): if "hash" in params: unprocessed_traits = Redis.get(params['hash']) - Redis.delete(hash) + Redis.delete(params['hash']) else: unprocessed_traits = params['traits'] -- cgit v1.2.3