Skip to content

Commit

Permalink
type error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Balint Tamas committed Aug 8, 2024
1 parent 580234c commit f29c39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def set_var():

request = requests.get(
"https://thesimpsonsquoteapi.glitch.me/quotes?character=homer simpson",
timeout=5
timeout=5,
)
content = json.loads(request.text)
quote = content[0]["quote"]
Expand Down

0 comments on commit f29c39b

Please sign in to comment.