more adaptation to new sdk (async functions)

This commit is contained in:
Believethehype
2024-06-09 12:59:41 +02:00
parent 96e0be239f
commit 823671cc9b
10 changed files with 67 additions and 57 deletions

View File

@@ -114,7 +114,7 @@ class SearchUser(DVMTaskInterface):
else:
break
await cli.disconnect()
await cli.shutdown()
return json.dumps(result_list)
def post_process(self, result, event):