Stylize the console output

This commit is contained in:
Ali Parlakci
2018-07-25 12:24:50 +03:00
parent 80546d7094
commit cfaf2de7db
2 changed files with 13 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ def getPosts(args):
if args["user"] == "me":
args["user"] = str(reddit.user.me())
print("\nGETTING POSTS\n.\n.\n.\n")
# print("\nGETTING POSTS\n.\n.\n.\n")
if not "search" in args:
if args["sort"] == "top" or args["sort"] == "controversial":