-
Python Worker : sendError() calls
Using the sample library for the Python Worker, I only modified the omnis_tes/main.py script this way :
from omnis_calls import sendResponse, sendError
def test(param):
return sendError({'unicode': 'Error'})But when I run the script with the sample library, it calls the wtest.$pyWorkerComplete method … Am i missing something? 🤔
-
This discussion was modified 1 month, 1 week ago by
Nathanaël. Reason: Formatting code
-
This discussion was modified 1 month, 1 week ago by
Log in to reply.