mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Small cleanup
This commit is contained in:
parent
89b6cfdf98
commit
3bd54f5df2
2 changed files with 24 additions and 29 deletions
|
|
@ -54,7 +54,8 @@ routes:
|
|||
client = newAsyncHttpClient()
|
||||
pic = await client.getContent(url)
|
||||
|
||||
defer: client.close()
|
||||
client.close()
|
||||
|
||||
resp pic, mimetype(url)
|
||||
|
||||
get "/video/@sig/@url":
|
||||
|
|
|
|||
Loading…
Reference in a new issue