mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Merge pull request #158 from galgeek/failed_url.timestamp
set failed_url.timestamp
This commit is contained in:
commit
b8057825d8
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user