add pending

This commit is contained in:
Dev PC
2025-08-03 17:50:44 +03:00
parent c38929fbb4
commit 2c88ae6e85
4 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ class CallHandler:
return
else:
await self.check_pending(event)
await self.check_pending()
if linkedid in self.pending:
return
@@ -327,7 +327,7 @@ class CallHandler:
async def call_pending(self, linkedid):
self.pending.append(linkedid)
async def check_pending(self, event):
async def check_pending(self):
check_time = datetime.now()
actual_calls = {}