Add geckodriver include.

This commit is contained in:
empathicqubit 2018-07-30 12:56:20 -04:00
parent 6b5c8c5567
commit f6e387d402

View file

@ -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 = () => {