From 37c924063aa83ad5281708b45ed2cc5b9d961b8a Mon Sep 17 00:00:00 2001 From: Antonia Date: Wed, 27 Jul 2022 20:43:37 +0200 Subject: [PATCH] remove output when script runs through correctly --- noseears.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noseears.py b/noseears.py index 13f7626..81b3d97 100644 --- a/noseears.py +++ b/noseears.py @@ -68,7 +68,6 @@ if not os.path.exists(seendir) : fname = os.path.join(cachedir,img.split("/")[-1]) seen = os.path.join(seendir,img.split("/")[-1]) if os.path.exists(seen) : - print("We already know this image!") sys.exit(0) # download comic