diff --git a/index.js b/index.js index 8ccb863..3e8065b 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,8 @@ const config = require('./config/config'); const q = require('q'); const fetch = require('node-fetch'); +require('geckodriver'); + const isProduction = process.argv[2] == '--production'; const getNewTournament = () => {