think i cleaned up the naming thing

This commit is contained in:
2025-11-19 13:08:52 -06:00
parent ce7bcb81a7
commit 9b40430fbe
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
**/__pycache__
build/
*.egg-info/
grc/
build/

View File

@@ -59,5 +59,5 @@ def print_help():
Run with all default settings and send files to {getenv("HOME")}/Music
'''
print(BANNER)
print(f"skitter v\x1b[33m{VERSION}\x1b[0m")
print(f"{NAME} v\x1b[33m{VERSION}\x1b[0m")
print(USAGE)