fix typo
This commit is contained in:
parent
4ad4c8c214
commit
4d60e5918d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ def accountinfo():
|
|||
return 1
|
||||
|
||||
url = sys.argv[1].encode(encoding="utf-8")
|
||||
tk = sys.argv[1].encode(encoding="utf-8")
|
||||
tk = sys.argv[2].encode(encoding="utf-8")
|
||||
|
||||
r = lib.cli_accountinfo(url, tk)
|
||||
result = ffi.string(r)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue