This commit is contained in:
yumoqing 2025-08-23 15:00:33 +08:00
parent 5630669c17
commit 9b9deecb55
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -55,7 +55,7 @@ and finish_time is NULL"""
apiname, apiname,
userid, userid,
ns) ns)
d = json.loads(x.decode('utf-8') d = json.loads(x.decode('utf-8'))
return DictObject(**d) return DictObject(**d)
async download(self, url): async download(self, url):