Dmitry Beresnev commited on
Commit
541b3c5
·
1 Parent(s): b6e22da

fix tg bot

Browse files
Files changed (2) hide show
  1. __init__.py +0 -0
  2. src/telegram_bot.py +0 -1
__init__.py ADDED
File without changes
src/telegram_bot.py CHANGED
@@ -9,7 +9,6 @@ from dotenv import load_dotenv
9
  from src.financial_news_requester import fetch_comp_financial_news
10
 
11
 
12
- sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
13
  load_dotenv()
14
 
15
  TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN")
 
9
  from src.financial_news_requester import fetch_comp_financial_news
10
 
11
 
 
12
  load_dotenv()
13
 
14
  TELEGRAM_TOKEN = os.getenv("TELEGRAM_TOKEN")