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

accidentally pushed a key

This commit is contained in:
Anson 2021-09-01 23:19:29 -07:00
parent cf25a7b9dc
commit da4731e349

View File

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