X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=debd1f7a5cf7fe5c9f3ab298ee8c281a72b5726a;hp=d43a3cd4e6b2fc39c52242b47c61b2914d77d40a;hb=a52c3773de8611def256d97dd699ba09d390b8fd;hpb=02c9260f3ec7e6b11f9b7330418f757075d2ed1f diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index d43a3cd4..debd1f7a 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -55,6 +55,7 @@ with the query passed using POST""" admin_user, admin_password = Config().manifold_admin_user_password() manifold_api_session_auth = {'AuthMethod': 'password', 'Username': admin_user, 'AuthString': admin_password} else: + print request.session['manifold'] manifold_api_session_auth = request.session['manifold']['auth'] if debug_empty and manifold_query.action.lower()=='get':