Skip to content

Commit

Permalink
Make function async
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 6, 2024
1 parent 4d98b2f commit 1dd25c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_static/test-py.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
return pyodide;
}
let pyodideReadyPromise = main();
pyodideReadyPromise.then(() => {
pyodideReadyPromise.then(async () => {
await micropip.install(["sortedcontainers", "u-msgpack-python"])
await pyodide.runPythonAsync(`
from pyodide.http import pyfetch
Expand Down

0 comments on commit 1dd25c7

Please sign in to comment.