Removing uncessary print from the get_from_reddit funciton

This commit is contained in:
Luke Robles 2021-04-27 12:48:52 -07:00
parent f5dfb165ea
commit f863f4b271

View File

@ -23,7 +23,6 @@ def get_image(boards, nsfw=False):
'imgur.com',
'media.giphy.com',
]
print("chose %s" % boards)
request_string = "https://reddit.com/r/{}/random.json".format(boards)
if not nsfw: