decode: untabify
This commit is contained in:
@@ -109,7 +109,7 @@ class Packet:
|
|||||||
def add_line(self, line):
|
def add_line(self, line):
|
||||||
line = line.strip()
|
line = line.strip()
|
||||||
if not len(line):
|
if not len(line):
|
||||||
return
|
return
|
||||||
self.lines.append(line)
|
self.lines.append(line)
|
||||||
|
|
||||||
if line[0] == '[':
|
if line[0] == '[':
|
||||||
|
Reference in New Issue
Block a user