Fixes #28

Merged
Miroslavsckaya merged 3 commits from fix_tmp_branch into master 2022-07-08 23:49:13 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit f943f10c4d - Show all commits

View File

@ -3,6 +3,9 @@ from rss import RssReader
from update_manager import UpdateManager
from database import Database
from telegram import Notifier
from dotenv import load_dotenv
load_dotenv()
token = os.getenv('TELEGRAM_TOKEN')
db_path = os.getenv('DATABASE_PATH')