mirror of
git://git.acid.vegas/archive.git
synced 2024-11-21 23:56:40 +00:00
Leftover debug code removed
This commit is contained in:
parent
997720c5d4
commit
afb3ff5212
@ -86,7 +86,7 @@ if __name__ == '__main__':
|
|||||||
enc = chardet.detect(data)['encoding']
|
enc = chardet.detect(data)['encoding']
|
||||||
lines = IRC2ANSI(data.decode(enc)).split('\n')
|
lines = IRC2ANSI(data.decode(enc)).split('\n')
|
||||||
for line in lines:
|
for line in lines:
|
||||||
print(line + ' ' + str(len(line)))
|
print(line)
|
||||||
time.sleep(0.05)
|
time.sleep(0.05)
|
||||||
|
|
||||||
if os.path.isdir(option):
|
if os.path.isdir(option):
|
||||||
|
Loading…
Reference in New Issue
Block a user