8000 update references (#1874) · sugruedes/pyscript@1476131 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1476131

Browse files
update references (pyscript#1874)
1 parent 89902a4 commit 1476131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
2222
<head>
2323
<link
2424
rel="stylesheet"
25-
href="https://pyscript.net/releases/2023.11.1/core.css"
25+
href="https://pyscript.net/releases/2023.11.2/core.css"
2626
/>
2727
<script
2828
type="module"
29-
src="https://pyscript.net/releases/2023.11.1/core.js"
29+
src="https://pyscript.net/releases/2023.11.2/core.js"
3030
></script>
3131
</head>
3232
<body>

pyscript.core/src/hooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const inputFailure = `
5050
def input(prompt=""):
5151
raise Exception("\\n ".join([
5252
"input() doesn't work when PyScript runs in the main thread.",
53-
"Consider using the worker attribute: https://docs.pyscript.net/2023.11.1/user-guide/workers/"
53+
"Consider using the worker attribute: https://docs.pyscript.net/2023.11.2/user-guide/workers/"
5454
]))
5555
5656
builtins.input = input

0 commit comments

Comments
 (0)
0