Merge pull request 'path!' (#70) from f0ck_local into master
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s
Reviewed-on: #70
This commit is contained in:
commit
6f71170da9
|
@ -118,7 +118,7 @@ export default async bot => {
|
||||||
console.log("penis123");
|
console.log("penis123");
|
||||||
try {
|
try {
|
||||||
await queue.exec(`torsocks wget "${link}" -O "./tmp/${uuid}.${ext}"`);
|
await queue.exec(`torsocks wget "${link}" -O "./tmp/${uuid}.${ext}"`);
|
||||||
source = "/opt/f0ck/tmp/"+uuid+"."+ext;
|
source = "./tmp/"+uuid+"."+ext;
|
||||||
console.log(source);
|
console.log(source);
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
console.log(err);
|
console.log(err);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user