1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-25 23:51:32 +00:00
This commit is contained in:
2021-06-23 21:28:13 -07:00
parent baf45e09c8
commit acc0ebdd28
3 changed files with 79 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ import requests as r
import schedule
from fuzzywuzzy import fuzz
import os
from logging import warning
from Symbol import Stock
@@ -36,7 +36,7 @@ class IEX_Symbol:
self.IEX_TOKEN = os.environ["IEX"]
except KeyError:
self.IEX_TOKEN = ""
print(
warning(
"Starting without an IEX Token will not allow you to get market data!"
)