From 9b40430fbee417c7522c011d3117d59eb3271dff Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Wed, 19 Nov 2025 13:08:52 -0600 Subject: [PATCH] think i cleaned up the naming thing --- .gitignore | 3 ++- skitter/usage.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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)