1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-31 18:41:24 +00:00

removed debugging print

This commit is contained in:
2019-02-04 21:54:50 +00:00
parent aa31b0cfa7
commit a48c21ad3e

View File

@@ -29,7 +29,6 @@ def tickerQuote(tickers):
print(ticker + " Quote Gathered")
else:
stockData[ticker] = 0
print(stockData)
return stockData