mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-08-01 02:51:38 +00:00
accidentally pushed a key
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user