8000 Update say_hello.html (#327) · pydemia/pyscript@a3e86f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3e86f3

Browse files
authored
Update say_hello.html (pyscript#327)
- remove un-usage `setTimeout` package
1 parent 53a21b7 commit a3e86f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/examples/handtrack/say_hello.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body>
1616
<py-script>
17-
from js import handTrack, setTimeout, requestAnimationFrame
17+
from js import handTrack, requestAnimationFrame
1818
from pyodide import create_once_callable
1919
import asyncio
2020

0 commit comments

Comments
 (0)
0