Skip to content

Commit 9a68c00

Browse files
committed
Removed batch questions ids being printed on the screen
1 parent 2beaa9a commit 9a68c00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/arguments/utility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ def get_ans(self, questions_list):
8989
batch_ques_id = ""
9090
for question_id in questions_list:
9191
batch_ques_id += str(question_id) + ";"
92-
print(batch_ques_id)
93-
92+
9493
try:
9594
resp = requests.get(
9695
f"{self.search_content_url}/2.2/questions/{batch_ques_id[:-1]}?order=desc&sort=votes&site=stackoverflow&filter=!--1nZwsgqvRX"

0 commit comments

Comments
 (0)