1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 07:16:40 +00:00

wrong token name

This commit is contained in:
Anson 2021-09-01 23:25:41 -07:00
parent da4731e349
commit e5013d8c69

View File

@ -36,7 +36,7 @@ class IEX_Symbol:
IEX API Token IEX API Token
""" """
try: try:
self.IEX_TOKEN = os.environ["IEX_TOKEN"] self.IEX_TOKEN = os.environ["IEX"]
except KeyError: except KeyError:
self.IEX_TOKEN = "" self.IEX_TOKEN = ""
warning( warning(