diff --git a/script.py b/script.py index 61239e1..4601ba6 100644 --- a/script.py +++ b/script.py @@ -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