diff options
-rw-r--r-- | wqflask/wqflask/collect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/collect.py b/wqflask/wqflask/collect.py index 87f7948d..8f19b374 100644 --- a/wqflask/wqflask/collect.py +++ b/wqflask/wqflask/collect.py @@ -135,7 +135,7 @@ def collections_new(): "hash": params.get("hash", False) }} if user_logged_in(): - resp = oauth2_post(**request_data) + resp = oauth2_post(**request_data) else: resp = no_token_post(**request_data) #return create_new(collection_name) |