update
This commit is contained in:
@ -30,6 +30,7 @@ def filtervideo():
|
||||
|
||||
flag = get_object_location(videopath)
|
||||
results.append({'id':videoid, 'result':flag})
|
||||
os.remove(videopath)
|
||||
print('{} >>>>{}'.format((date),(results)))
|
||||
return json.dumps(results)
|
||||
|
||||
|
Reference in New Issue
Block a user