mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-30 15:22:49 -05:00
Small cleanup
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user