forked from 0x2620/pandora
remove unused force flag from make_poster, update_timeline
This commit is contained in:
parent
0f9e80e1e6
commit
8ac78f3bd6
3 changed files with 6 additions and 6 deletions
|
|
@ -200,7 +200,7 @@ def addMedia(request, data):
|
|||
}
|
||||
i.user = request.user
|
||||
i.save()
|
||||
i.make_poster(True)
|
||||
i.make_poster()
|
||||
f = models.File(oshash=oshash, item=i)
|
||||
f.path = data.get('filename', 'Untitled')
|
||||
extension = f.path.split('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue