basitanwer commited on
Commit
8d1113f
·
unverified ·
1 Parent(s): 897d782

Fixed last minute formatting errors

Browse files
Files changed (1) hide show
  1. actions/actions.py +1 -1
actions/actions.py CHANGED
@@ -99,7 +99,7 @@ def print_responses(response_set, sqlite_cursor):
99
  t = result["text"]
100
  text_list.append(f"{highlight(fulltext, t)}")
101
  text_list.append(
102
- "*" + f"{" > \"Jumeirah Hotels & Resorts\" reviewed on {date}" + " *")
103
  text_list.append("\n")
104
  break
105
  return text_list
 
99
  t = result["text"]
100
  text_list.append(f"{highlight(fulltext, t)}")
101
  text_list.append(
102
+ "*" + f"{" > \"Jumeirah Hotels & Resorts\" reviewed on {date}}" + " *")
103
  text_list.append("\n")
104
  break
105
  return text_list