bugfix scope

"local lustache" was causing a scope error in some setups.
This commit is contained in:
Eynix 2018-06-07 22:33:12 +02:00 committed by GitHub
parent 60411de493
commit d45f34eadd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,10 +18,10 @@ package.path = package.path .. ";"..script_path.."?.lua"
local json = require "json" local json = require "json"
local lualdap = require "lualdap" local lualdap = require "lualdap"
local math = require "math" local math = require "math"
local lustache = require "lustache"
local lfs = require "lfs" local lfs = require "lfs"
local socket = require "socket" local socket = require "socket"
local config = require "config" local config = require "config"
lustache = require "lustache"
-- Persistent shared table -- Persistent shared table
flashs = {} flashs = {}