We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd31a2 commit c4bfc89Copy full SHA for c4bfc89
kappabot_utils.py
@@ -87,6 +87,7 @@ async def getsafeboorupic(tag, filename, blur=False):
87
if random.random() < 0.10:
88
shutil.copyfile(os.path.join(sys.path[0], 'yuri.jpg'), os.path.join(sys.path[0], 'yuripic.jpg'))
89
return 'http://safebooru.org/index.php?page=post&s=view&id=1782381'
90
+ tag += " -animated"
91
encoded_tags = urllib.parse.urlencode({
92
"tags": tag
93
})
0 commit comments