1
0

add mnemonic functions to module

This commit is contained in:
ThomasV
2012-11-04 19:40:17 +01:00
parent 6fc0ae633d
commit 5bb441ce37
3 changed files with 6 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ class Interface(threading.Thread):
def queue_json_response(self, c):
# uncomment to debug
# print "<--",c
# print_error( "<--",c )
msg_id = c.get('id')
error = c.get('error')