update
This commit is contained in:
@ -39,10 +39,11 @@ def conpurchase():
|
||||
else:
|
||||
result = opv.opFeature(uuid, num_id, videoPath)
|
||||
os.remove(videoPath)
|
||||
#os.remove(os.sep.join([cfg.hFile, uuid+'.h5']))
|
||||
removef(uuid)
|
||||
except Exception as e:
|
||||
print(e)
|
||||
os.remove(videoPath)
|
||||
removef(uuid)
|
||||
return result
|
||||
if __name__ == '__main__':
|
||||
app.run('0.0.0.0', 8898)
|
||||
|
Reference in New Issue
Block a user