We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e87eeef + 186d642 commit 2f79c6cCopy full SHA for 2f79c6c
monitor.py
@@ -31,7 +31,8 @@ def fetch_release_date(release):
31
break
32
return start_date
33
else:
34
- return "failed to get the release page"
+ print(f"Failed to get the release page. {response.text}")
35
+ sys.exit(1)
36
except requests.Timeout as e:
37
return "Request timed out"
38
except requests.RequestException as e:
0 commit comments