Fixed last minute formatting errors
Browse files- 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
|