debugging

This commit is contained in:
2025-06-18 15:17:20 -05:00
parent 96f6c37b08
commit a49f76173c

View File

@ -18,3 +18,5 @@ for repo_link in repo_links:
if timechk > dt.timestamp(six_hours_ago):
if ('prerelease' not in last.title.lower() and 'beta' not in last.title.lower()):
notify(0, f'new release for {entity}: {last.title} - {last.link}')
else:
notify(-1, f'no new releases for {entity}')