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
defget_update():
ticker_syms= [t[1] fortintickers]
try:
results=loads(urlopen('https://www.google.com/finance/info?q='+",".join(ticker_syms)).read()[3:])
except:
-return+return"we have a error returns a None value! which urwid do not like"
It now runs on python 3.7.2 but has no stock updates, that i haven't fixed
The text was updated successfully, but these errors were encountered:
Unfortunately that's because google finance now blocks everyone lol. I've just switched it to use alphavantage.co which has a free API but ... more limited / throttled tho.
Error:
Solved with:
Error:
Solved by:
Error:
Solved by:
You have double set of these added to you code
Error:
Solved by
Error:
Solved by:
It now runs on python 3.7.2 but has no stock updates, that i haven't fixed
The text was updated successfully, but these errors were encountered: