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

Merge branch 'canary' into 'master'

wrong token name

See merge request simple-stock-bots/simple-telegram-stock-bot!31
This commit is contained in:
Anson Biggs 2021-09-02 06:26:29 +00:00
commit 82469f1034

View File

@ -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(