changing protocol remove e/p dictionary

This commit is contained in:
fawce
2012-07-17 17:43:02 -04:00
parent b416f7f418
commit 6415f59398
+1 -4
View File
@@ -641,11 +641,8 @@ def LOG_FRAME(payload):
assert payload.has_key('msg'),\
"LOG_FRAME with no message"
data = {}
data['e'] = 'log'
data['p'] = payload
return BT_UPDATE_FRAME('LOG', data)
return BT_UPDATE_FRAME('LOG', payload)
def LOG_UNFRAME(msg):
"""