mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +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:
commit
82469f1034
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user