Skip to content

Commit

Permalink
Fixed issue JakeWharton#182
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesConlan96 committed Jan 17, 2023
1 parent 61cd1ee commit cbde79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit cbde79e

Please sign in to comment.