diff --git a/public/port-0.0.0-py3-none-any.whl b/public/port-0.0.0-py3-none-any.whl index dbe6321b..eab0f678 100644 Binary files a/public/port-0.0.0-py3-none-any.whl and b/public/port-0.0.0-py3-none-any.whl differ diff --git a/src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl b/src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl index dbe6321b..eab0f678 100644 Binary files a/src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl and b/src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl differ diff --git a/src/framework/processing/py/port/script.py b/src/framework/processing/py/port/script.py index 1b38ddb8..43e67130 100644 --- a/src/framework/processing/py/port/script.py +++ b/src/framework/processing/py/port/script.py @@ -165,9 +165,6 @@ def process(sessionId): meta_data.append(("debug", f"donate consent data")) yield donate(f"{sessionId}", consent_result.value) - yield exit(0, "Success") - yield render_end_page() - def render_end_page(): page = props.PropsUIPageEnd() @@ -223,5 +220,6 @@ def prompt_consent(table, meta_data): def donate(key, json_string): return CommandSystemDonate(key, json_string) + def exit(code, info): - return CommandSystemExit(code, info) \ No newline at end of file + return CommandSystemExit(code, info)