We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72be8fb commit f15830cCopy full SHA for f15830c
src/arguments/utility.py
@@ -71,6 +71,20 @@ def get_que(self, json_data):
71
return que_id
72
73
def get_ans(self, questions_list):
74
+ """
75
+ This function prints the answer to the queries
76
+ (question and tags) provided by the user. It does so
77
+ in the following manner :
78
+
79
+ 1) Takes in account only th first question id from the
80
+ list of question ids
81
82
+ 2) Tries to get a response from the url obtained by appending
83
+ question id to the search_content_url variable
84
85
+ 3) Use the data received from the above request and loop
86
+ through it to print the answer
87
88
ans = []
89
for questions in range(1):
90
try:
0 commit comments