From 5954fcc646aa3ef4dbf7932e3eaad07ccb279ff4 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Wed, 9 Feb 2022 15:51:11 +0530 Subject: [PATCH] format with black --- waybackpy/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybackpy/wrapper.py b/waybackpy/wrapper.py index 30ff24b..93e317a 100644 --- a/waybackpy/wrapper.py +++ b/waybackpy/wrapper.py @@ -113,7 +113,7 @@ class Url: """Set the attributes for total backwards compatibility.""" self.archive_url = self.wayback_machine_availability_api.archive_url self.json = self.wayback_machine_availability_api.json - self.JSON = self.json # for backwards compatibility, do not remove it. + self.JSON = self.json # for backwards compatibility, do not remove it. self.timestamp = self.wayback_machine_availability_api.timestamp() def total_archives(