From 7808a9abb7761271b4c079f2f7377de15a022176 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Sun, 3 Mar 2019 19:52:58 -0500 Subject: [PATCH] Minor formatting fix --- plugins/slavestothemachine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/slavestothemachine.py b/plugins/slavestothemachine.py index d4f538f..7c69a5f 100644 --- a/plugins/slavestothemachine.py +++ b/plugins/slavestothemachine.py @@ -45,8 +45,8 @@ async def count_work_callback(event: slack_util.Event, match: Match) -> None: if len(new_work) == 0: if re.search(r'\s\d\s', text) is not None: client.get_slack().reply(event, - "If you were trying to record work, it was not recognized.\n" - "Use words {} or work will not be recorded".format(counted_data)) + "If you were trying to record work, it was not recognized.\n" + "Use words {} or work will not be recorded".format(counted_data)) return # Four: Knowing they did something, record to total work