Compare commits

..

2 commits

Author SHA1 Message Date
Edward Betts be1a333d75 Don't include bad state in one line output 2023-11-25 16:05:17 +00:00
Edward Betts e28e86aa60 Request UK version of Google 2023-11-25 16:04:35 +00:00

View file

@ -3,6 +3,6 @@
from google_stocks import Index
index = Index("SPTMI")
index = Index("S&P Total Market")
print(index.one_line)