remove output when script runs through correctly
This commit is contained in:
parent
2eac739603
commit
37c924063a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue