update
This commit is contained in:
@ -97,11 +97,6 @@ def search():
|
|||||||
return uuid_barcode+'_'+status[3] #参数修改返回00
|
return uuid_barcode+'_'+status[3] #参数修改返回00
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
return uuid_barcode+'_'+status[3] #参数修改返回00
|
return uuid_barcode+'_'+status[3] #参数修改返回00
|
||||||
#thread = Thread(target=AddObs, kwargs={'file_path':videoPath, 'status':state})
|
|
||||||
#thread.start()
|
|
||||||
#logger.info(result)
|
|
||||||
#print('result >>>>> {}'.format(result))
|
|
||||||
#return result
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=8085)
|
app.run(host='0.0.0.0', port=8085)
|
||||||
|
Reference in New Issue
Block a user