Compare commits
No commits in common. "c6a2710087ea31a22592c4ddbb8568e578b82fd0" and "42fc5552abd096a9772a41bdea2b7c2a5787fa4f" have entirely different histories.
c6a2710087
...
42fc5552ab
@ -12,7 +12,6 @@ class Daemon(base.Daemon):
|
||||
self.telegram_pollers: dict[str, dict[str, multiprocessing.Process|None]] = {}
|
||||
|
||||
def execute(self):
|
||||
while True:
|
||||
bots = platform.platform_client.get_config('bots')
|
||||
for project_name, project in bots.items():
|
||||
if project_name not in self.telegram_pollers:
|
||||
|
Loading…
Reference in New Issue
Block a user