mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-06-16 15:06:53 +00:00
wrong token name
This commit is contained in:
parent
da4731e349
commit
e5013d8c69
@ -36,7 +36,7 @@ class IEX_Symbol:
|
||||
IEX API Token
|
||||
"""
|
||||
try:
|
||||
self.IEX_TOKEN = os.environ["IEX_TOKEN"]
|
||||
self.IEX_TOKEN = os.environ["IEX"]
|
||||
except KeyError:
|
||||
self.IEX_TOKEN = ""
|
||||
warning(
|
||||
|
Loading…
x
Reference in New Issue
Block a user