Merge branch 'patch-1' of github.com:besendorf/mvt into besendorf-patch-1

This commit is contained in:
Nex 2022-10-15 11:11:29 +02:00
commit 39a8bf236d

View File

@ -19,7 +19,7 @@ def check_updates() -> None:
else:
if latest_version:
rich_print(f"\t\t[bold]Version {latest_version} is available! "
"Upgrade mvt![/bold]")
"Upgrade mvt with pip3 install -U mvt[/bold]")
# Then we check for indicators files updates.
ioc_updates = IndicatorsUpdates()