Fix another console.html bug from #1363 (#1413)

This commit is contained in:
Hood Chatham 2021-04-01 14:01:41 -04:00 committed by GitHub
parent 77145d4a0a
commit 455f302d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<body>
<script>
async function main() {
await initializePyodide({ indexURL : '{{ PYODIDE_BASE_URL }}' });
await loadPyodide({ indexURL : '{{ PYODIDE_BASE_URL }}' });
let namespace = pyodide.globals.get("dict")();
pyodide.runPython(`
import sys