aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2023-06-08 18:17:35 +0000
committerzsloan2023-06-14 20:25:35 +0000
commit5fb56693a541f5a7afa3b3e5ebf56fb3afb8fe6c (patch)
treed22094b235184b686c2949207638ea343a045b5d /wqflask
parentbccd88110fe77329b9aee84ce2a580a8f45c9802 (diff)
downloadgenenetwork2-5fb56693a541f5a7afa3b3e5ebf56fb3afb8fe6c.tar.gz
Remove extra space
Diffstat (limited to 'wqflask')
-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 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)