refactor: add cache to viv m s

This commit is contained in:
Daylin Morgan 2023-06-02 16:58:33 -05:00
parent 853e6e63ae
commit e70afb3eac
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -50,7 +50,7 @@ from typing import (
from urllib.error import HTTPError from urllib.error import HTTPError
from urllib.request import urlopen from urllib.request import urlopen
__version__ = "23.5a5-9-gaf1a87d-dev" __version__ = "23.5a5-1-g853e6e6-dev"
class Spinner: class Spinner:
@ -353,6 +353,7 @@ if __name__ == "__main__":
("CLI", cli), ("CLI", cli),
("Running Source", running), ("Running Source", running),
("Local Source", local), ("Local Source", local),
("Cache", c._cache),
) )
) )
+ "\n" + "\n"