diff --git a/src/scrapers/pastebin-com.js b/src/scrapers/pastebin-com.js index e8ee639..c3d11f4 100644 --- a/src/scrapers/pastebin-com.js +++ b/src/scrapers/pastebin-com.js @@ -23,6 +23,8 @@ module.exports = function createPastebinComScraper(options = {}) { let knownPastes = []; let previousKnownPastes = []; + debug(`Initializing with pasteInterval ${options.pasteInterval}, listInterval ${options.listInterval}, and listLimit ${options.listLimit}`); + queue.define("fetchPaste", (task) => { return Promise.try(() => { debug(`Fetching paste ID ${task.pasteKey}...`)