gf
This commit is contained in:
parent
aa19040e97
commit
3760ca7ae8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def upload_ibb(filepath=None, file=None, resize=False):
|
|||
return url
|
||||
|
||||
|
||||
def upload_imgur(file=None, resize=False):
|
||||
def upload_imgur(filepath=None, file=None, resize=False):
|
||||
|
||||
if file: file.save("image.gif")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue