mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
fix syntax error in channellist.lua
This commit is contained in:
parent
b4c4d48199
commit
c1946ecc22
@ -62,7 +62,7 @@ function JSONSource(host,SourceList,Name,System)
|
||||
local sep1 = "\n"
|
||||
local sep2 = "\n"
|
||||
|
||||
table.insert(json,' "'..Name..'": ['
|
||||
table.insert(json,' "'..Name..'": [')
|
||||
sep1 = "\n"
|
||||
for _,f in pairs(SourceList) do
|
||||
if f.system == System or f.system == System.."2" then
|
||||
|
Loading…
Reference in New Issue
Block a user