Version 0.3.1
This commit is contained in:
parent
532513862e
commit
c943935bda
5 changed files with 5 additions and 6 deletions
|
@ -1 +0,0 @@
|
|||
Subproject commit 3a35bfdcf5cbfc3598d5c21f7de78a3277b1b259
|
|
@ -198,7 +198,7 @@ def get_req_data_row(request, client=None):
|
|||
Get the row data for a request to be printed.
|
||||
"""
|
||||
if client is not None:
|
||||
rid = client.prefixed_reqid(request)
|
||||
rid = client.get_reqid(request)
|
||||
else:
|
||||
rid = request.db_id
|
||||
method = request.method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue