Browse Source

Kaputt repariert ...

Michael Schwarz 5 years ago
parent
commit
edf3e32ad0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffho-site-generate/luasrc/usr/lib/lua/gluon/site_generate.lua

+ 1 - 1
ffho-site-generate/luasrc/usr/lib/lua/gluon/site_generate.lua

@@ -7,7 +7,7 @@ local sites_json = '/lib/gluon/site-select/sites.json'
 module('gluon.site_generate', package.seeall)
 
 function get_config(file)
-  return assert(json.load(sites_json))
+  return assert(json.load(file))
 end
 
 function get_list()