just-innovative-bro / F.R.I.D.A.Y

Unguarded next inside generator PTC-W0063
Bug risk
Critical
2 years ago2 years old
Call to next() should be wrapped in try-except
171    app_id = "QTLYH7-4UV274RV6V"
172    client = wolframalpha.Client(app_id)
173    res = client.query(question)
174    answer = next(res.results).text175
176    speak(answer)
177    print(answer)