We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520009e commit 64535cdCopy full SHA for 64535cd
services/bots_orchestrator.py
@@ -87,7 +87,7 @@ def stop_update_active_bots_loop(self):
87
88
async def update_active_bots(self, sleep_time=1):
89
while True:
90
- active_hbot_containers = self.get_active_containers()
+ active_hbot_containers = await self.get_active_containers()
91
# Remove bots that are no longer active
92
for bot in list(self.active_bots):
93
if bot not in active_hbot_containers:
0 commit comments