HOT_FIX_3 add blacklist
fix db init
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import os
|
||||
from database.db import BotDB
|
||||
from helper_bot.utils.base_dependency_factory import BaseDependencyFactory
|
||||
|
||||
BotDB = BotDB('tg-bot-database')
|
||||
bdf = BaseDependencyFactory()
|
||||
BotDB = bdf.get_db()
|
||||
|
||||
|
||||
def get_filename():
|
||||
|
||||
Reference in New Issue
Block a user