think i cleaned up the naming thing
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
**/__pycache__
|
**/__pycache__
|
||||||
build/
|
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
grc/
|
||||||
|
build/
|
||||||
|
|||||||
@@ -59,5 +59,5 @@ def print_help():
|
|||||||
Run with all default settings and send files to {getenv("HOME")}/Music
|
Run with all default settings and send files to {getenv("HOME")}/Music
|
||||||
'''
|
'''
|
||||||
print(BANNER)
|
print(BANNER)
|
||||||
print(f"skitter v\x1b[33m{VERSION}\x1b[0m")
|
print(f"{NAME} v\x1b[33m{VERSION}\x1b[0m")
|
||||||
print(USAGE)
|
print(USAGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user