Skip to content

Commit

Permalink
OK
Browse files Browse the repository at this point in the history
  • Loading branch information
anasrar committed Mar 8, 2019
1 parent ac4b3a8 commit 352c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const DLfunc = (u, cb) => {

if(!res.headers['content-disposition']){
console.log('🔁 '+_colors.yellow('Server Download Error, Try To Get New Link...'));
GetLinkFunc(arg)
GetLinkFunc(u, cb)
} else {
console.log('✅ '+_colors.green('Server Response'));

Expand Down

0 comments on commit 352c6f4

Please sign in to comment.