- Trailing whitespace

This commit is contained in:
Akash
2020-07-19 20:30:42 +05:30
committed by GitHub
parent 5c9ad8cfee
commit 6b2d3aa9ce

View File

@@ -72,7 +72,7 @@ class Url():
except Exception as e:
raise WaybackError(e)
header = response.headers
def archive_url_parser(header):
arch = re.search(r"X-Cache-Key:\shttps(.*)[A-Z]{2}", str(header))
if arch: