typo
This commit is contained in:
parent
2ce541d211
commit
c14ea8f7e1
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ class Client(object):
|
||||||
if description:
|
if description:
|
||||||
r = api.editDocument({
|
r = api.editDocument({
|
||||||
'id': did,
|
'id': did,
|
||||||
'description': descriptoin
|
'description': description
|
||||||
})
|
})
|
||||||
if item:
|
if item:
|
||||||
r = api.addDocument({
|
r = api.addDocument({
|
||||||
|
|
Loading…
Reference in a new issue