restore win8/7/xp support

This commit is contained in:
ed 2021-02-22 20:59:44 +01:00
parent 61e148202b
commit c3b59f7bcf

View file

@ -95,7 +95,7 @@ class SvcHub(object):
fmt = "\033[36m{} \033[33m{:21} \033[0m{}\n"
if not VT100:
fmt = "{} {:21} {}"
fmt = "{} {:21} {}\n"
if "\033" in msg:
msg = self.ansi_re.sub("", msg)
if "\033" in src: