fix
This commit is contained in:
@@ -9,7 +9,7 @@ from utils import queues
|
||||
|
||||
class Daemon(base.Daemon):
|
||||
def __init__(self):
|
||||
super().__init__(self)
|
||||
super().__init__()
|
||||
self.telegram_bots: dict[str, dict[str, telebot.TeleBot|None]] = {}
|
||||
self.threads: dict[str, dict[str, threading.Thread|None]] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user