This commit is contained in:
ThomasV 2012-03-28 00:03:05 +02:00
parent cb1a0f27de
commit 29072ef1ad
1 changed files with 1 additions and 1 deletions

View File

@ -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