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 2beaa9a commit 9a68c00Copy full SHA for 9a68c00
src/arguments/utility.py
@@ -89,8 +89,7 @@ def get_ans(self, questions_list):
89
batch_ques_id = ""
90
for question_id in questions_list:
91
batch_ques_id += str(question_id) + ";"
92
- print(batch_ques_id)
93
-
+
94
try:
95
resp = requests.get(
96
f"{self.search_content_url}/2.2/questions/{batch_ques_id[:-1]}?order=desc&sort=votes&site=stackoverflow&filter=!--1nZwsgqvRX"
0 commit comments