fix error
This commit is contained in:
parent
e31b5dc739
commit
41464fc47b
@ -53,7 +53,7 @@ async function updateSeed(info, desc) {
|
||||
responseType: 'stream',
|
||||
proxy: false
|
||||
}).then(response => {
|
||||
response.data.pipe(fs.createWriteStream(path.join(cwd(), `/downtor/${new Date().getTime()}.torrent)));
|
||||
response.data.pipe(fs.createWriteStream(path.join(cwd(), `/downtor/${new Date().getTime()}.torrent`)));
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user