toomore / grs

📈 台灣上市上櫃股票價格擷取(Fetch Taiwan Stock Exchange data)含即時盤、台灣時間轉換、開休市判斷。
http://pypi.python.org/pypi/grs
MIT License
430 stars 164 forks source link

plus_mons 壞掉了>___< #20

Closed Asoul closed 8 years ago

Asoul commented 9 years ago

stock = Stock("2618') stock.plus_mons(1) Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/grs/fetch_data.py", line 121, in plus_mons oldraw = list(self.raw_data) AttributeError: 'Stock' object has no attribute '_FetchDataraw_data'

Asoul commented 9 years ago

所以我現在只好用二分搜來爬月份 QQ

toomore commented 9 years ago

= =a 我瞭解一下,感謝你的回報!