From 9e2f59257171d1a59d026123c0793bb255f43ca2 Mon Sep 17 00:00:00 2001 From: MickSlash Date: Tue, 7 Apr 2020 19:19:52 +0000 Subject: [PATCH] Aggiornare 'google_drive_direct_link.py' --- google_drive_direct_link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_drive_direct_link.py b/google_drive_direct_link.py index 1c3586c..edf7ed9 100644 --- a/google_drive_direct_link.py +++ b/google_drive_direct_link.py @@ -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 \ No newline at end of file