Removing uncessary print from the get_from_reddit funciton
This commit is contained in:
parent
41bfd981fc
commit
eca3bc3a9f
@ -23,7 +23,6 @@ def get_image(boards, nsfw=False):
|
|||||||
'imgur.com',
|
'imgur.com',
|
||||||
'media.giphy.com',
|
'media.giphy.com',
|
||||||
]
|
]
|
||||||
print("chose %s" % boards)
|
|
||||||
request_string = "https://reddit.com/r/{}/random.json".format(boards)
|
request_string = "https://reddit.com/r/{}/random.json".format(boards)
|
||||||
|
|
||||||
if not nsfw:
|
if not nsfw:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user