From 48e41f68d0057e228c819da4c7719bcafc5ca523 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 23 Mar 2013 11:09:34 +0100 Subject: [PATCH] offline mode of manifoldproxy uses filenames in offline* --- manifold/manifoldproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.. -- 2.43.0