質問編集履歴

1

コードも間違い

2021/09/29 16:28

投稿

makamaka
makamaka

スコア21

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  #抜き取った表から指定の列を抜き取るコード
56
56
 
57
- history = meigaras.find_all('div', attrs={'class': 'symbol-name'})
57
+ history = allhistory.find_all('div', attrs={'class': 'symbol-name'})
58
58
 
59
59
  history.text
60
60
 
@@ -66,7 +66,7 @@
66
66
 
67
67
  #.textを除いた場合
68
68
 
69
- allhistory = meigaras.find_all('div', attrs={'class': 'symbol-name'})
69
+ allhistory = allhistory.find_all('div', attrs={'class': 'symbol-name'})
70
70
 
71
71
  allhistory
72
72