mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
reintroduce file logging for Python frontend
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user