Update the copyright year and project description

This commit is contained in:
rlaphoenix
2024-02-29 23:25:23 +00:00
parent be0ed0b0fb
commit 1039de021b
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ LOGGING_PATH = None
@click.option("--log", "log_path", type=Path, default=config.directories.logs / config.filenames.log,
help="Log path (or filename). Path can contain the following f-string args: {name} {time}.")
def main(version: bool, debug: bool, log_path: Path) -> None:
"""Devine—Open-Source Movie, TV, and Music Downloading Solution."""
"""Devine—Modular Movie, TV, and Music Archival Software."""
logging.basicConfig(
level=logging.DEBUG if debug else logging.INFO,
format="%(message)s",