質問編集履歴
1
エラーの表記に誤りがありました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,15 +28,15 @@
|
|
28
28
|
|
29
29
|
IndexError Traceback (most recent call last)
|
30
30
|
|
31
|
-
<ipython-input-
|
31
|
+
<ipython-input-18-da19651b9347> in <module>
|
32
32
|
|
33
|
-
1 race_id_list =
|
33
|
+
1 race_id_list = "202130051304"
|
34
34
|
|
35
35
|
----> 2 st = ShutubaTable.scrape(race_id_list, '2021/5/13')
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
-
<ipython-input-
|
39
|
+
<ipython-input-9-ff97b4e36758> in scrape(cls, race_id_list, date)
|
40
40
|
|
41
41
|
20 for text in texts:
|
42
42
|
|