cdleong commited on
Commit
5bb29d0
·
1 Parent(s): ad5eaea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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={langtext}")
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