diff options
Diffstat (limited to 'demos/python.html')
-rw-r--r-- | demos/python.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/python.html b/demos/python.html index 6ae93573..6fae490a 100644 --- a/demos/python.html +++ b/demos/python.html @@ -53,7 +53,7 @@ function doRun() { args = ['-S', '-c', 'print ""']; try { - run(args); + Module.run(args); } catch (e) { if (e !== 'halting, since this is the first run') throw e; } |