updated wait syntax because it was not supported any longer in asyncClient, replaced youtube-dl with yt-dlp in Commands

This commit is contained in:
jenz
2023-09-24 14:16:02 +02:00
parent cc56169ff9
commit bc5f212265
4 changed files with 26 additions and 27 deletions
@@ -79,7 +79,7 @@ class AsyncClient():
Data = json.dumps(obj, ensure_ascii = False, separators = (',', ':')).encode("UTF-8")
with (await self.SendLock):
async with self.SendLock:
if not self.Protocol:
return None