From 9c1a4378b3356f52276e50857ba28d6af3230b14 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 9 Sep 2019 19:53:08 +1000 Subject: [PATCH] fix comment indentation --- functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.py b/functions.py index 26f2ae0..5649861 100644 --- a/functions.py +++ b/functions.py @@ -109,8 +109,8 @@ def make_post(handle): pass else: if "@" in post and bot['fake_mentions'] != 'never': - # the unicode zero width space is a (usually) invisible character - # we can insert it between the @ symbols in a handle to make it appear fine while not mentioning the user + # the unicode zero width space is a (usually) invisible character + # we can insert it between the @ symbols in a handle to make it appear fine while not mentioning the user zws = "\u200B" if bot['fake_mentions'] == 'middle': # remove mentions at the start of a post