sneed
This commit is contained in:
parent
95c8562ae8
commit
9b3380daf6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def upload_from_url(name, url):
|
|||
if tempname.split('.')[-1] in ['jpg', 'jpeg']:
|
||||
piexif.remove(tempname)
|
||||
|
||||
imagurl = upload_file(tempname, tempname, (50, 50))
|
||||
imagurl = upload_from_file(tempname, tempname, (50, 50))
|
||||
|
||||
remove(tempname)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue