From a030a2ef3b5cfe4248e204b98b8be005a5f4d4a7 Mon Sep 17 00:00:00 2001 From: Ghost <62809003+Ghost6446@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:08:08 +0200 Subject: [PATCH] Rename repo. --- Src/Upload/version.py | 4 ++-- Src/Util/message.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Upload/version.py b/Src/Upload/version.py index bb50b0f..c69e058 100644 --- a/Src/Upload/version.py +++ b/Src/Upload/version.py @@ -1,5 +1,5 @@ -__title__ = 'Streaming_community' +__title__ = 'StreamingCommunity' __version__ = 'v1.1.0' -__author__ = 'Ghost6446' +__author__ = 'Lovi-0' __description__ = 'A command-line program to download film' __copyright__ = 'Copyright 2024' diff --git a/Src/Util/message.py b/Src/Util/message.py index 4a5706c..b20000d 100644 --- a/Src/Util/message.py +++ b/Src/Util/message.py @@ -41,7 +41,7 @@ def start_message(): if SHOW: console.print(f"[bold yellow]{msg}") - console.print(f"[magenta]Created by: Ghost6446\n") + console.print(f"[magenta]Created by: Lovi\n") row = "-" * console.width console.print(f"[yellow]{row} \n") \ No newline at end of file