Skip to content

Commit

Permalink
Fix wrong comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Oct 31, 2021
1 parent 7aa74e3 commit e052133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyp5js/templates/pyodide/target_sketch.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ function runCode() {

async function main() {
const config = {
indexURL : "/static/js/pyodide/", # TODO: replace hardcoded string by {{ indexURL }}
indexURL : "/static/js/pyodide/", // TODO: replace hardcoded string by {{ indexURL }}
fullStdLib: false,
}
window.pyodide = await loadPyodide(config);
Expand Down

0 comments on commit e052133

Please sign in to comment.