We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e577ae8 commit 442b405Copy full SHA for 442b405
webgenie/datasets/central_dataset.py
@@ -48,5 +48,5 @@ def get_html(self, session:int, task_number:int)->str:
48
49
if response.status_code != 200:
50
raise Exception(f"Failed to get HTML: {response.status_code} {response.text}")
51
- bt.logging.info(f"HTML: {response.json()}")
+
52
return response.json()["html"]
0 commit comments