Minor formatting fix

This commit is contained in:
Jacob Henry 2019-03-03 19:52:58 -05:00
parent 783882abfc
commit 7808a9abb7
1 changed files with 2 additions and 2 deletions

View File

@ -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