From c3b59f7bcfb423ca8f4bac91a0119c1deff0ff5c Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 22 Feb 2021 20:59:44 +0100 Subject: [PATCH] restore win8/7/xp support --- copyparty/svchub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/svchub.py b/copyparty/svchub.py index cc17e30a..6d0299b0 100644 --- a/copyparty/svchub.py +++ b/copyparty/svchub.py @@ -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: