mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
Generated by Spark: Error:
Pyodide version does not match: '0.29.1' <==> '0.26.4'. If you updated the Pyodide version, make sure you also updated the 'indexURL' parameter passed to loadPyodide.
This commit is contained in:
@@ -13,7 +13,7 @@ export async function getPyodide(): Promise<PyodideInterface> {
|
||||
}
|
||||
|
||||
pyodideLoading = loadPyodide({
|
||||
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.26.4/full/',
|
||||
indexURL: 'https://cdn.jsdelivr.net/pyodide/v0.29.1/full/',
|
||||
}).then((pyodide) => {
|
||||
pyodideInstance = pyodide
|
||||
return pyodide
|
||||
|
||||
Reference in New Issue
Block a user