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