回答編集履歴
1
Fix code
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
list_response = ParallelHtmlScraper.execute(f'{host_google}', path_and_content
|
57
|
+
list_response = ParallelHtmlScraper.execute(f'{host_google}', path_and_content, AnalyzerForTest())
|
58
58
|
|
59
59
|
print(list_response)
|
60
60
|
|