This commit is contained in:
decoded
2022-02-28 14:49:59 -06:00
parent 07dc3c90c6
commit fb7a60546d

View File

@@ -1209,9 +1209,4 @@ class ANSIDecoder:
if __name__=="__main__": if __name__=="__main__":
FIFO_ENABLED = os.path.exists(FIFO_PATH) FIFO_ENABLED = os.path.exists(FIFO_PATH)
files = getfiles(sys.argv) files = getfiles(sys.argv)
ui = UI(files) ui = UI(files)
# for _ in files:
# d=dr1p4ns1(ansifile=_,width=80,debug=False)
# decoder=ANSIDecoder(_,d.width)
# # decoder.as_irc()
# decoder.as_terminal()