mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix
This commit is contained in:
parent
cb1a0f27de
commit
29072ef1ad
1 changed files with 1 additions and 1 deletions
|
@ -53,10 +53,10 @@ class Interface:
|
|||
msg_id = c.get('id')
|
||||
result = c.get('result')
|
||||
error = c.get('error')
|
||||
params = c.get('params',[])
|
||||
|
||||
try:
|
||||
method = c['method']
|
||||
params = c['params']
|
||||
except:
|
||||
print "error"
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue