Aggiornare 'google_drive_direct_link.py'
parent
883d6f038e
commit
9e2f592571
|
@ -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
|
Loading…
Reference in New Issue