1
0

set timestamps on startup

This commit is contained in:
thomasv
2012-11-05 10:26:28 +01:00
parent 32d0f6ed27
commit 73dc533e79
3 changed files with 13 additions and 2 deletions

View File

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