Skip to content

Commit

Permalink
Update new-samsung-remote.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei10k committed Dec 23, 2016
1 parent 98bd19e commit 50a1b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new-samsung-remote.js
Expand Up @@ -34,7 +34,7 @@ module.exports = function(config) {
setTimeout(function(){
ws.close();
done(0);
}, 500);
}, 1000);
}
}).on('response', function(response) {
    console.log(response.statusCode);
Expand Down

0 comments on commit 50a1b2d

Please sign in to comment.