mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-16 08:00:25 +02:00
Merge branch 'besendorf-patch-1'
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ def check_updates() -> None:
|
|||||||
else:
|
else:
|
||||||
if latest_version:
|
if latest_version:
|
||||||
rich_print(f"\t\t[bold]Version {latest_version} is available! "
|
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.
|
# Then we check for indicators files updates.
|
||||||
ioc_updates = IndicatorsUpdates()
|
ioc_updates = IndicatorsUpdates()
|
||||||
|
|||||||
Reference in New Issue
Block a user