Removing uncessary print from the get_from_reddit funciton
This commit is contained in:
parent
f5dfb165ea
commit
f863f4b271
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user