commit eec850fdb45ab26dd1f265b280cf1d506e900150
parent be9219e4c40fbf00e397c0e4a825221eb10cbef0
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sat, 25 Nov 2017 08:57:27 -0500
Comment the inspect() require
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ferron.lua b/ferron.lua
@@ -7,8 +7,6 @@ Ferron = {}
local Ferron = Ferron
-inspect = require("inspect")
-
-- Ferron submodules
local config = require("config")
local getsites = require("functions.get-sites")
@@ -21,6 +19,8 @@ local makeatomfeed = require("functions.make-atom-feed")
local movetopublichtml = require("functions.move-to-publichtml")
local exec = require("functions.exec")
+--inspect = require("inspect")
+
Ferron.config = config
Ferron.sites = {}
Ferron.sitesarray = {}