docs: update example with new default path

This commit is contained in:
Daylin Morgan 2023-05-30 13:02:15 -05:00
parent 2e46fd36b4
commit ea0342dfa3
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -5,7 +5,7 @@ Embed the viv.py on the sys.path at runtime rather than using PYTHONPATH
__import__("sys").path.append(
__import__("os").path.expanduser("~/.viv/src")
__import__("os").path.expanduser("~/.local/share/viv")
) # noqa # isort: off
__import__("viv").use("pyfiglet") # noqa # isort: off