indent
This commit is contained in:
parent
6f18e50b8b
commit
38bdb3b043
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ def api_upload(request): #video, timeline, frame
|
||||||
'''
|
'''
|
||||||
data = json.loads(request.POST['data'])
|
data = json.loads(request.POST['data'])
|
||||||
if data['item'] == 'timeline':
|
if data['item'] == 'timeline':
|
||||||
|
pass
|
||||||
#print "not implemented"
|
#print "not implemented"
|
||||||
|
|
||||||
response = {'status': {'code': 501, 'text': 'not implemented'}}
|
response = {'status': {'code': 501, 'text': 'not implemented'}}
|
||||||
|
|
Loading…
Reference in a new issue