Showing
1 changed file
with
0 additions
and
3 deletions
1 | -var reply = require('./reply.js'); | ||
2 | - | ||
3 | module.exports = { | 1 | module.exports = { |
4 | GetPlayerInfo : function(playerID, season){ | 2 | GetPlayerInfo : function(playerID, season){ |
5 | var request = require('request'); | 3 | var request = require('request'); |
... | @@ -15,7 +13,6 @@ module.exports = { | ... | @@ -15,7 +13,6 @@ module.exports = { |
15 | request(options, function (error, response) { | 13 | request(options, function (error, response) { |
16 | if (error) throw new Error(error); | 14 | if (error) throw new Error(error); |
17 | console.log(response.body); | 15 | console.log(response.body); |
18 | - reply.StartReply(); | ||
19 | }); | 16 | }); |
20 | } | 17 | } |
21 | } | 18 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment