gabcares commited on
Commit
cd31e51
·
verified ·
1 Parent(s): a56d9c5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -159,7 +159,7 @@ async def endpoint_output(endpoint_result: ResultItem, code: int = 0, error: str
159
 
160
  except Exception as e:
161
  print(output)
162
- print(ResultItem(endpoint_result))
163
  code = 0
164
  msg = 'Execution failed'
165
  errors = f"Omg, an error occurred. endpoint_output Error: {e} & endpoint_result Error: {error} & endpoint_result: {endpoint_result}"
 
159
 
160
  except Exception as e:
161
  print(output)
162
+ print(Result(endpoint_result))
163
  code = 0
164
  msg = 'Execution failed'
165
  errors = f"Omg, an error occurred. endpoint_output Error: {e} & endpoint_result Error: {error} & endpoint_result: {endpoint_result}"