diff --git a/shreddit.py b/shreddit.py index a27fcc7..24f3a06 100755 --- a/shreddit.py +++ b/shreddit.py @@ -118,7 +118,7 @@ for thing in things: if verbose: msg = '/r/{3}/ #{0} with:\n\t"{1}" to\n\t"{2}"'.format( thing.id, - sub(r'\W', ' ', thing.body.encode('ascii', 'ignore')[:78]), + sub(r'\n\r\t', ' ', thing.body[:78]), replacement_text[:78], thing.subreddit )