mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
fix typo!
This commit is contained in:
parent
630911ef23
commit
481bc40ccc
@ -438,7 +438,7 @@ class LiveWebLoader(BaseLoader):
|
|||||||
if not cdx.get('is_live'):
|
if not cdx.get('is_live'):
|
||||||
now = datetime.datetime.utcnow()
|
now = datetime.datetime.utcnow()
|
||||||
warc_headers['WARC-Recorded-From-URI'] = cdx.get('load_url')
|
warc_headers['WARC-Recorded-From-URI'] = cdx.get('load_url')
|
||||||
warc_headers['WARC-Recorded-On-Date'] = datatime_to_iso_date(now)
|
warc_headers['WARC-Recorded-On-Date'] = datetime_to_iso_date(now)
|
||||||
|
|
||||||
if remote_ip:
|
if remote_ip:
|
||||||
warc_headers['WARC-IP-Address'] = remote_ip
|
warc_headers['WARC-IP-Address'] = remote_ip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user