mirror of
https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git
synced 2025-07-25 23:51:32 +00:00
start on #18
This commit is contained in:
@@ -9,7 +9,7 @@ import requests as r
|
||||
import schedule
|
||||
from fuzzywuzzy import fuzz
|
||||
import os
|
||||
|
||||
from logging import warning
|
||||
from Symbol import Stock
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ class IEX_Symbol:
|
||||
self.IEX_TOKEN = os.environ["IEX"]
|
||||
except KeyError:
|
||||
self.IEX_TOKEN = ""
|
||||
print(
|
||||
warning(
|
||||
"Starting without an IEX Token will not allow you to get market data!"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user