mirror of
https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
synced 2025-10-29 17:40:15 +00:00
Print out post type before checking existence
This commit is contained in:
@@ -347,6 +347,7 @@ def download(submissions):
|
|||||||
|
|
||||||
if postExists(submissions[i]):
|
if postExists(submissions[i]):
|
||||||
result = False
|
result = False
|
||||||
|
print(submissions[i]['postType'].upper())
|
||||||
print("It already exists")
|
print("It already exists")
|
||||||
duplicates += 1
|
duplicates += 1
|
||||||
downloadedCount -= 1
|
downloadedCount -= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user