From 5fb56693a541f5a7afa3b3e5ebf56fb3afb8fe6c Mon Sep 17 00:00:00 2001 From: zsloan Date: Thu, 8 Jun 2023 18:17:35 +0000 Subject: Remove extra space --- 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 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) -- cgit v1.2.3