Merge pull request #158 from galgeek/failed_url.timestamp

set failed_url.timestamp
This commit is contained in:
Adam Miller 2020-09-30 14:49:17 -07:00 committed by GitHub
commit b8057825d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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