remove unused member
This commit is contained in:
@@ -1471,4 +1471,3 @@ class LoadLocalFile(object):
|
|||||||
# send the empty packet to signify we are done sending data
|
# send the empty packet to signify we are done sending data
|
||||||
packet = struct.pack('<i', 0)[:3] + int2byte(seq_id)
|
packet = struct.pack('<i', 0)[:3] + int2byte(seq_id)
|
||||||
self.connection._write_bytes(packet)
|
self.connection._write_bytes(packet)
|
||||||
self.next_packet = (seq_id + 1) % 256
|
|
||||||
|
|||||||
Reference in New Issue
Block a user