1
0
Fork 0
mirror of synced 2024-06-01 09:59:44 +12:00
This commit is contained in:
Ali Parlakci 2018-07-25 13:48:30 +03:00
parent 394b864d86
commit 35d54d1eb1

View file

@ -374,16 +374,10 @@ def redditSearcher(posts,SINGLE_POST=False):
if not len(subList) == 0:
print(
"\n\nTotal of {} submissions found!\n"\
"{} GFYCATs, {} IMGURs, {} EROMEs, {} DIRECTs and {} SELF POSTS\n"
.format(
len(subList),
gfycatCount,
imgurCount,
eromeCount,
directCount,
selfCount
)
f"\n\nTotal of {len(subList)} submissions found!\n"\
f"{gfycatCount} GFYCATs, {imgurCount} IMGURs, " \
f"{eromeCount} EROMEs, {directCount} DIRECTs " \
f"and {selfCount} SELF POSTS"
)
return subList
else: