mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 22:00:25 -05:00
fix: typos in play_mario, handtrack examples (#566)
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<title>Svelte app</title>
|
||||
|
||||
<link rel="icon" type="image/png" href="../favicon.png" />
|
||||
<link rel="stylesheet" href="../https://pyscript.net/alpha/pyscript.css" />
|
||||
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
|
||||
|
||||
<script defer src="../https://pyscript.net/alpha/pyscript.js"></script>
|
||||
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -72,7 +72,7 @@ def toggle_video(evt):
|
||||
|
||||
async def start_video():
|
||||
global isVideo
|
||||
update_note.write("Inside sstart video")
|
||||
update_note.write("Inside start video")
|
||||
status = await handTrack.startVideo(video.element)
|
||||
console.log("video started", status)
|
||||
if status:
|
||||
|
||||
Reference in New Issue
Block a user