1
0

better error messages

This commit is contained in:
ThomasV
2012-03-23 19:17:44 +01:00
parent 33dbc917b0
commit 7d8f5e1aec
3 changed files with 5 additions and 7 deletions

View File

@@ -933,7 +933,6 @@ class Wallet:
def handle_response(self, r):
if r is None:
print "empty item"
return
method = r['method']