Skip to content

Commit dd3c233

Browse files
Update update_questions.py
1 parent 7bb08c0 commit dd3c233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/update_questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def construct_company_tag_list(company_tags_json, sections):
6060

6161

6262
def update_question_metadata(question, response):
63-
print(f'''🔄 update_question_metadata Qesponse {response''')
63+
print(f'''🔄 update_question_metadata Qesponse {response}''')
6464
print(f'''🔄 Updating question metadata for {question["title"]}''')
6565

6666
question_title = response.data.question.title

0 commit comments

Comments
 (0)