Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ from requests_html import AsyncHTMLSession
|
|
12 |
asession = AsyncHTMLSession()
|
13 |
|
14 |
async def get_r12():
|
15 |
-
r = await asession.get(f"https://r12a.github.io/app-subtags/?find=
|
16 |
await r.html.arender()
|
17 |
return r
|
18 |
|
|
|
12 |
asession = AsyncHTMLSession()
|
13 |
|
14 |
async def get_r12():
|
15 |
+
r = await asession.get(f"https://r12a.github.io/app-subtags/?find=english")
|
16 |
await r.html.arender()
|
17 |
return r
|
18 |
|