Skip to content
Snippets Groups Projects
Commit 891fd793 authored by Florent Thiery's avatar Florent Thiery
Browse files

disable HTTP session usage, refs #26844

parent fa99f93c
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ if __name__ == '__main__':
'UPLOAD_CHUNK_SIZE': 5 * MiB,
'VERIFY_SSL': False,
'CLIENT_ID': 'python-api-client',
'USE_SESSION': False
}
mscli = get_client_module()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment