From e2e2c0280214c3bdda0dd487ec58f1f1335a426b Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 30 Sep 2020 11:47:17 -0700 Subject: [PATCH] set failed_url.timestamp --- warcprox/warcproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warcprox/warcproxy.py b/warcprox/warcproxy.py index 6dd58b6..05eb8b7 100644 --- a/warcprox/warcproxy.py +++ b/warcprox/warcproxy.py @@ -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'),