Skip to content
Snippets Groups Projects
Commit dda73902 authored by Stephen D's avatar Stephen D
Browse files

Removed commented line

parent c9b79090
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ def recover_data(data):
def decode_packet(pkt):
try:
#(calls, chunk) = b''.join(pkt)[1:].split(const.SEPARATOR, 1)
(calls, chunk) = bytes(pkt)[1:].split(const.SEPARATOR, 1)
type_byte = bytes([chunk[0]])
body = chunk[1:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment