change print version to match -v

This commit is contained in:
Ivan Schaller 2022-05-25 22:25:04 +02:00
parent 0305631f78
commit a8e670de71

View file

@ -7,7 +7,7 @@ mangadlp_version = "2.1.2"
def get_input(): def get_input():
print(f"Manga-DLP Version {mangadlp_version}") print(f"manga-dlp version: {mangadlp_version}")
print("Enter details of the manga you want to download:") print("Enter details of the manga you want to download:")
while True: while True:
try: try: