update edge
This commit is contained in:
@ -89,7 +89,7 @@ def search():
|
||||
print('result >>>>> {}'.format(result))
|
||||
return result
|
||||
except Exception as e:
|
||||
print('result >>>>> {}'.format(result))
|
||||
print('Exception >>>>> {}'.format(result))
|
||||
return result
|
||||
except Exception as e:
|
||||
logger.warning(e) #异常返回00
|
||||
|
Reference in New Issue
Block a user