We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36426bd commit e9292fcCopy full SHA for e9292fc
AskUbuntu-Scraper/questions.py
@@ -65,6 +65,7 @@ def getQuestions(self):
65
json_data = json.dumps(questions_data)
66
return json_data
67
except ValueError:
68
- error_message = {"message": "No questions related to the topic found"}
+ error_message = {
69
+ "message": "No questions related to the topic found"}
70
ejson = json.dumps(error_message)
71
return ejson
0 commit comments