diff --git a/dog_facts.py b/dog_facts.py index bc8b3d7..7302dc9 100644 --- a/dog_facts.py +++ b/dog_facts.py @@ -30,3 +30,5 @@ if response.reason == "OK": notify(-1, loads(response.text)['uri']) else: notify(1, response.reason) +else: + notify(1, response.reason)