You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "../A/B.py", line 33, in queryPrice
stock.plus_mons(1)
File "/Library/Python/2.7/site-packages/grs-0.6.2-py2.7.egg/grs/fetch_data.py", line 121, in plus_mons
oldraw = list(self.__raw_data)
AttributeError: 'Stock' object has no attribute '_FetchData__raw_data'
The text was updated successfully, but these errors were encountered:
當我嘗試增加月份時,使用 plus_mons 出現了下列錯誤
The text was updated successfully, but these errors were encountered: