diff --git a/applications/tasmotizer/entrypoint.sh b/applications/tasmotizer/entrypoint.sh index 60e200d..7e1fd8a 100644 --- a/applications/tasmotizer/entrypoint.sh +++ b/applications/tasmotizer/entrypoint.sh @@ -1 +1 @@ -{{ python-executable }} -s ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@" +{{ python-executable }} -sE ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@"