From cfd5adfdb636a6b73fbf8aadb4178a56389fcab9 Mon Sep 17 00:00:00 2001 From: Stefan Karner Date: Tue, 7 May 2019 15:46:31 +0200 Subject: [PATCH] Fix formatting --- webarchiv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webarchiv.py b/webarchiv.py index fbbc45b..5398b03 100644 --- a/webarchiv.py +++ b/webarchiv.py @@ -187,7 +187,7 @@ class WebarchivSession: :param response: String to search for :return: response """ - requestid = resp.json()['requestid']; + requestid = resp.json()['requestid'] type = resp.json()['type'] if type == 1: r = self._get(op='/search/status/fulltext', params={'requestid': requestid}) @@ -260,7 +260,7 @@ class WebarchivSession: 'accept': 'application/ld+json' } ) - return r; + return r if __name__ == '__main__': # noinspection SpellCheckingInspection -- GitLab