less noisy debugging

This commit is contained in:
2025-06-18 15:24:00 -05:00
parent 02183c9053
commit 48cc51518f

View File

@ -19,4 +19,4 @@ for repo_link in repo_links:
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}')
print(f'no new releases for {entity}')