X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldproxy.py;h=61ac74b0fbb5609b0a3ad115d7e202dd3a25d754;hb=48e41f68d0057e228c819da4c7719bcafc5ca523;hp=eab783ad4b615ec543798d57c51b81a1f9fcda99;hpb=b23971a67b102217a77c0f888aec8c7b3eef56f0;p=myslice.git diff --git a/manifold/manifoldproxy.py b/manifold/manifoldproxy.py index eab783ad..61ac74b0 100644 --- a/manifold/manifoldproxy.py +++ b/manifold/manifoldproxy.py @@ -43,7 +43,7 @@ with the query passed using POST""" if debug: print 'manifoldproxy.proxy: request.POST',request.POST manifold_query = ManifoldQuery() manifold_query.fill_from_POST(request.POST) - offline_filename="latest-%s-%s.json"%(manifold_query.action,manifold_query.subject) + offline_filename="offline-%s-%s.json"%(manifold_query.action,manifold_query.subject) # retrieve session for request manifold_api_session_auth = request.session['manifold']['auth'] ### patch : return the latest one..