mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2025-02-25 18:55:20 -06:00
remove a print
This commit is contained in:
parent
c0f82c5270
commit
ff36e8d2e9
@ -51,7 +51,6 @@ def buildUrl(symbols):
|
||||
def replaceKeys(quotes):
|
||||
global googleFinanceKeyToFullName
|
||||
for q in quotes:
|
||||
print(q)
|
||||
for k in googleFinanceKeyToFullName:
|
||||
if k in q:
|
||||
q[googleFinanceKeyToFullName[k]] = q.pop(k)
|
||||
|
Loading…
Reference in New Issue
Block a user