bugfix
This commit is contained in:
parent
5630669c17
commit
9b9deecb55
Binary file not shown.
@ -55,7 +55,7 @@ and finish_time is NULL"""
|
||||
apiname,
|
||||
userid,
|
||||
ns)
|
||||
d = json.loads(x.decode('utf-8')
|
||||
d = json.loads(x.decode('utf-8'))
|
||||
return DictObject(**d)
|
||||
|
||||
async download(self, url):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user