Skip to content

Commit

Permalink
Update src/editor/state-schemas/language-definitions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach authored Mar 20, 2021
1 parent 8c532f9 commit 9f1744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/state-schemas/language-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const jsLanguageDefinition = {

const PYODIDE_URL = process.env.USE_LOCAL_PYODIDE
? "/pyodide/pyodide.js"
: "https://cdn.jsdelivr.net/v0.15.0/full/pyodide.js";
: "https://cdn.jsdelivr.net/pyodide/v0.15.0/full/pyodide.js";

const pyLanguageDefinition = {
languageId: "py",
Expand Down

0 comments on commit 9f1744a

Please sign in to comment.