debugging
This commit is contained in:
parent
a1c730bfa2
commit
d7709e5764
@ -225,6 +225,7 @@ rss_braider.processFeed('simple_test_feed', 'json', function (err, data) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
|
rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
|
||||||
|
|
||||||
fs.writeFile(__dirname + "/html/" + outputFile + ".xml", data, function (err) {
|
fs.writeFile(__dirname + "/html/" + outputFile + ".xml", data, function (err) {
|
||||||
@ -235,4 +236,5 @@ rss_braider.processFeed('simple_test_feed', 'rss', function (err, data) {
|
|||||||
console.log("The file was saved!");
|
console.log("The file was saved!");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user