]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/fake_adaptor.py
reintroduce file logging for Python frontend
[nominatim.git] / test / python / api / fake_adaptor.py
index 1db8c72580a4baa3da1af9480549dda86b9449c0..f04381db2ad2683bf7e8dbe41dd28752617b7051 100644 (file)
@@ -43,7 +43,7 @@ class FakeAdaptor(glue.ASGIAdaptor):
         return FakeError(msg, status)
 
 
-    def create_response(self, status, output):
+    def create_response(self, status, output, num_results):
         return FakeResponse(status, output, self.content_type)