This commit is contained in:
2023-02-22 17:45:42 +08:00
parent 400b0d9ac2
commit 0a9848714f
5 changed files with 3 additions and 2 deletions

View File

@ -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)