diff options
| author | zsloan | 2023-06-08 18:17:35 +0000 |
|---|---|---|
| committer | zsloan | 2023-06-14 20:25:35 +0000 |
| commit | 5fb56693a541f5a7afa3b3e5ebf56fb3afb8fe6c (patch) | |
| tree | d22094b235184b686c2949207638ea343a045b5d | |
| parent | bccd88110fe77329b9aee84ce2a580a8f45c9802 (diff) | |
| download | genenetwork2-5fb56693a541f5a7afa3b3e5ebf56fb3afb8fe6c.tar.gz | |
Remove extra space
| -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) |
