Aggiornare 'google_drive_direct_link.py'

master
MickSlash 2020-04-07 19:19:52 +00:00
parent 883d6f038e
commit 9e2f592571
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ while True:
if domain == "GD":
get_link(url)
altri_link = input("Desideri Inserire un'altro link Google Drive? ")
if altri_link != "Si" or altri_link != "si":
if altri_link != "Si" and altri_link != "si":
print("Sto uscendo dal programma...")
time.sleep(0.3)
break