mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
Fix missing logger
This commit is contained in:
parent
08fab28f5c
commit
e161ddddbd
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
var fs = require("fs");
|
||||
var path = require("path");
|
||||
var winston = require("winston");
|
||||
var client = require(path.join(__dirname, "../ensl/client"))();
|
||||
const mapsPath = path.join(__dirname, "../../config/data/maps.json");
|
||||
const REFRESH_INTERVAL = 1000 * 60 * 60; // Check every hour
|
||||
|
|
Loading…
Reference in a new issue