archive- Random tools & helpful resources for IRC |
git clone git://git.acid.vegas/archive.git |
Log | Files | Refs | Archive |
commit afb3ff521271a6018fc20c32e9288099dbb7d057
parent 997720c5d48f1a804930964973833e71bc93a6fe Author: acidvegas <acid.vegas@acid.vegas> Date: Thu, 19 Oct 2023 22:31:18 -0400 Leftover debug code removed Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/art/irc2ansi.py b/art/irc2ansi.py @@ -86,7 +86,7 @@ if __name__ == '__main__': enc = chardet.detect(data)['encoding'] lines = IRC2ANSI(data.decode(enc)).split('\n') for line in lines: - print(line + ' ' + str(len(line))) + print(line) time.sleep(0.05) if os.path.isdir(option): |