回答編集履歴

1

Fix code

2020/08/08 03:08

投稿

y_shinoda
y_shinoda

スコア3272

test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
 
56
56
 
57
- list_response = ParallelHtmlScraper.execute(f'{host_google}', path_and_content.keys(), AnalyzerForTest())
57
+ list_response = ParallelHtmlScraper.execute(f'{host_google}', path_and_content, AnalyzerForTest())
58
58
 
59
59
  print(list_response)
60
60