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

Print out post type before checking existence

This commit is contained in:
Ali Parlakci 2018-07-10 18:07:09 +03:00
parent a701444d5b
commit 7c9c84c411

View file

@ -347,6 +347,7 @@ def download(submissions):
if postExists(submissions[i]):
result = False
print(submissions[i]['postType'].upper())
print("It already exists")
duplicates += 1
downloadedCount -= 1