Update viu_media/cli/cli.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Benedict Xavier
2025-12-02 18:01:56 +03:00
committed by GitHub
parent a4950efa02
commit 29ba77f795

View File

@@ -126,7 +126,7 @@ def cli(ctx: click.Context, **options: "Unpack[Options]"):
should_welcome = True
except Exception as e:
logger.warning(f"Failed to check for update: {e}")
logger.warning(f"Failed to read welcome screen timestamp: {e}")
else:
should_welcome = True