Rename repo.

This commit is contained in:
Ghost 2024-06-02 16:08:08 +02:00
parent d2a9165f7d
commit a030a2ef3b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
__title__ = 'Streaming_community' __title__ = 'StreamingCommunity'
__version__ = 'v1.1.0' __version__ = 'v1.1.0'
__author__ = 'Ghost6446' __author__ = 'Lovi-0'
__description__ = 'A command-line program to download film' __description__ = 'A command-line program to download film'
__copyright__ = 'Copyright 2024' __copyright__ = 'Copyright 2024'

View File

@ -41,7 +41,7 @@ def start_message():
if SHOW: if SHOW:
console.print(f"[bold yellow]{msg}") 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 row = "-" * console.width
console.print(f"[yellow]{row} \n") console.print(f"[yellow]{row} \n")