Oops, missed a line in python 3 translation.

pull/11/head
David Trail 11 years ago
parent 551746f1e9
commit b2005e49da

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

Loading…
Cancel
Save