Fixed some bugs caused by removing things

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-02-25 09:27:41 +01:00
parent e3b4c5f518
commit fe713b18b4
4 changed files with 8 additions and 3 deletions

View file

@ -15,7 +15,6 @@ var fs = require('fs');
var logger = require('./logger.js');
const recievedFile = "stats/recieved";
const staticFile = "public/data/static";
const manFile = "public/man.html";
const logFile = "stats/logs";
const dataFile = "public/data.json";