1
0
Fork 0
mirror of synced 2024-06-03 02:44:39 +12:00

Prints the file that already exists

This commit is contained in:
Ali Parlakci 2018-08-15 21:46:27 +03:00
parent 47a07be1c8
commit adccd8f3ba

View file

@ -569,7 +569,8 @@ def download(submissions):
print(f" {submissions[i]['postType'].upper()}",end="",noPrint=True)
if isPostExists(submissions[i]):
print("\nIt already exists")
print(f"\n{nameCorrector(submissions[i]['postTitle'])}")
print("It already exists")
duplicates += 1
downloadedCount -= 1
continue