remove unused force flag from make_poster, update_timeline

This commit is contained in:
j 2016-06-26 23:24:11 +02:00
commit 8ac78f3bd6
3 changed files with 6 additions and 6 deletions

View file

@ -520,7 +520,7 @@ def add(request, data):
if p:
p.wait()
else:
i.make_poster(True)
i.make_poster()
response = json_response(status=200, text='created')
response['data'] = i.get_json()
add_changelog(request, data, i.public_id)