Skip to content

Commit ccd0851

Browse files
committed
Don't skip fp when adding requests
1 parent 7fb0ea4 commit ccd0851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapinghub/client/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def add(self, url, status, method, rs, duration, ts, parent=None, fp=None):
5454
:param fp: (optional) string fingerprint for the request.
5555
"""
5656
return self._origin.add(
57-
url, status, method, rs, parent, duration, ts, fp=None)
57+
url, status, method, rs, parent, duration, ts, fp=fp)

0 commit comments

Comments
 (0)