diff --git a/.gitignore b/.gitignore index d01c200..a646cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/__pycache__ -build/ *.egg-info/ +grc/ +build/ diff --git a/skitter/usage.py b/skitter/usage.py index 0a89c1c..0b29b93 100644 --- a/skitter/usage.py +++ b/skitter/usage.py @@ -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)