Skip to content
Snippets Groups Projects
Commit cfd5adfd authored by Stefan Karner's avatar Stefan Karner
Browse files

Fix formatting

parent e5776a46
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment