From 615d563796fa9de512308c7be1076a3b59d962a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=99=A8?= Date: Mon, 24 Apr 2023 17:43:05 +0800 Subject: [PATCH] update --- ieemoo-ai-searchv2.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ieemoo-ai-searchv2.py b/ieemoo-ai-searchv2.py index 58d32bc..5dbfb92 100755 --- a/ieemoo-ai-searchv2.py +++ b/ieemoo-ai-searchv2.py @@ -97,11 +97,6 @@ def search(): return uuid_barcode+'_'+status[3] #参数修改返回00 except Exception as e: 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__': app.run(host='0.0.0.0', port=8085)