only update when a site actually wins

This commit is contained in:
grym 2022-01-22 08:35:30 -05:00
parent d955b31986
commit 6ecb7c0430
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def main(
data = parse_data(data)
summary = analyze_data(data)
if summary != prev:
if summary:
if summary.sites:
typer.echo(format_response(summary, format, next(counter)))
if send_notification:
try: