fd
This commit is contained in:
parent
358a262262
commit
e847708659
5 changed files with 39 additions and 76 deletions
|
@ -1250,5 +1250,5 @@ def multiple_plots(**kwargs):
|
|||
plt.savefig("image.png")
|
||||
plt.clf()
|
||||
|
||||
if "pcmemes.net" in request.host: return upload_ibb("image.png")
|
||||
else: return upload_imgur("image.png")
|
||||
if "pcmemes.net" in request.host: return upload_ibb(filepath="image.png")
|
||||
else: return upload_imgur(filepath="image.png")
|
Loading…
Add table
Add a link
Reference in a new issue