From cbde79ee3d24796113823b5e917d0d51c333963a Mon Sep 17 00:00:00 2001 From: JamesConlan96 <10931523+JamesConlan96@users.noreply.github.com> Date: Tue, 17 Jan 2023 15:07:04 +0000 Subject: [PATCH] Fixed issue JakeWharton#182 --- pidcat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidcat.py b/pidcat.py index 6a23786..4a2b42f 100755 --- a/pidcat.py +++ b/pidcat.py @@ -359,4 +359,4 @@ def tag_in_tags_regex(tag, tags): message = matcher.sub(replace, message) linebuf += indent_wrap(message) - print(linebuf.encode('utf-8')) + print(linebuf)