This commit is contained in:
Christian Clauss 2023-12-22 12:12:54 +01:00 committed by GitHub
parent c87f7ce2d5
commit a9cbb33db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ from .version import MVT_VERSION
def check_updates() -> None: def check_updates() -> None:
# First we check for MVT version udpates. # First we check for MVT version updates.
mvt_updates = MVTUpdates() mvt_updates = MVTUpdates()
try: try:
latest_version = mvt_updates.check() latest_version = mvt_updates.check()