Basit Anwer commited on
Commit
7b55182
·
1 Parent(s): 8d1113f

Fixed Formatting issues with perttier.

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