diff --git a/src/app/services/python-compiler-service/python-compiler.worker.ts b/src/app/services/python-compiler-service/python-compiler.worker.ts index d689415a..762d802a 100644 --- a/src/app/services/python-compiler-service/python-compiler.worker.ts +++ b/src/app/services/python-compiler-service/python-compiler.worker.ts @@ -11,7 +11,7 @@ let pyodideMount = "/TALight" // Bootstrap pyodide -importScripts("../../../assets/pyodide/pyodide.js"); +importScripts("assets/pyodide/pyodide.js"); declare var loadPyodide: any; //let worker: PyodideFsWorker;