aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/collect.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/collect.py')
-rwxr-xr-x[-rw-r--r--]wqflask/wqflask/collect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/collect.py b/wqflask/wqflask/collect.py
index a77e19af..a446a710 100644..100755
--- a/wqflask/wqflask/collect.py
+++ b/wqflask/wqflask/collect.py
@@ -189,7 +189,7 @@ def collections_new():
return create_new(collection_name)
elif "add_to_existing" in params:
print("in add to existing")
- return add_traits(params, collection_name)
+ return UserCollection().add_traits(params, collection_name)
else:
print("ELSE")
CauseAnError