We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a67de5 commit c8968c3Copy full SHA for c8968c3
1 file changed
src/arguments/utility.py
@@ -96,7 +96,7 @@ def get_ans(self, questions_list):
96
SearchError("Search Failed", "Try connecting to the internet")
97
sys.exit()
98
json_ques_data = resp.json()
99
- """
+ """
100
Store the received questions data into the following data format:
101
list( list( question_title, question_link, question_id ) )
102
"""
@@ -163,7 +163,7 @@ def get_ans(self, questions_list):
163
164
console.rule("[bold blue]", style="bold red", align="right")
165
# Asks the user for next question number. Makes it the active question and loop restarts
166
- while True:
+ while True:
167
posx = int(input("Enter the question number you want to view (Press 0 to quit): ")) - 1
168
if (posx == -1):
169
return
0 commit comments