This commit is contained in:
2023-03-02 16:22:49 +08:00
parent ffae737ee4
commit f4d1baafb1
3 changed files with 25 additions and 10 deletions

View File

@ -39,6 +39,6 @@ def filtervideo():
os.remove(videopath)
print('{} >>>>{}'.format((date),(results)))
return json.dumps(results)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=8085)