We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bbb30 commit 7ff2c1aCopy full SHA for 7ff2c1a
wiki/pygbag-code/README.md
@@ -69,10 +69,10 @@ ___
69
```py
70
import platform
71
from pathlib import Path
72
-cdn = Path("https://cdn.jsdelivr.net/pyodide/dev/full")
+cdn = Path("https://pygame-web.github.io/assets")
73
74
async def main():
75
- async with platform.fopen( cdn / "repodata.json", "r") as textfile:
+ async with platform.fopen( cdn / "index.html", "r") as textfile:
76
print( len( textfile.read() ) )
77
asyncio.run(main())
78
```
0 commit comments