set failed_url.timestamp

This commit is contained in:
Barbara Miller 2020-09-30 11:47:17 -07:00
parent f19ead0058
commit e2e2c02802

View File

@ -367,7 +367,7 @@ class WarcProxyHandler(warcprox.mitmproxy.MitmProxyHandler):
status=code, status=code,
client_ip=self.client_address[0], client_ip=self.client_address[0],
method=self.command, method=self.command,
timestamp=None, timestamp=doublethink.utcnow(),
host=self.hostname, host=self.hostname,
duration=None, duration=None,
referer=self.headers.get('referer'), referer=self.headers.get('referer'),