@@ -47,7 +47,7 @@ class MatchArticlesTask(object):
"""
w_response = whisper(video_id)
print(w_response)
- text = w_response['text']
+ text = w_response['text'].replace("'", "")
update_sql = f"""
UPDATE {db_config}
SET