invoke json, was a bad idea removing it the earlier commit as the end user should not have to call it

This commit is contained in:
Akash Mahanty 2022-01-16 22:15:25 +05:30
parent 261a867a21
commit 1d751b942b

View File

@ -96,4 +96,5 @@ class WaybackMachineAvailabilityAPI:
) )
self.payload["timestamp"] = timestamp self.payload["timestamp"] = timestamp
self.json()
return self return self