remove debug statement

pull/440/head
Asad 3 years ago
parent fc980a4a73
commit a4e7963d51

@ -92,5 +92,4 @@ def get_subreddit_threads():
pass
print_substep("Received AskReddit threads successfully.", style="bold green")
print(content["comments"])
return content

@ -92,7 +92,7 @@ if input("Are you sure you want to continue? > ").strip().casefold() != "yes":
# Once they confirm, move on with the script.
console.print("[bold green]Alright! Let's get started!")
print("\n")
print()
console.log("Ensure you have the following ready to enter:")
console.log("[bold green]Reddit Client ID")
console.log("[bold green]Reddit Client Secret")

Loading…
Cancel
Save