Fix other dumb mistake

This commit is contained in:
2025-03-25 18:44:26 +01:00
parent 610893222b
commit ac23c993d0

View File

@@ -38,7 +38,7 @@ local function main()
log.info("Downloading index file")
local indexrequest = http.get(URLs.fileIndex)
local index = textutils.unserializeJson(indexrequest.readAll())
local index = textutils.unserializeJSON(indexrequest.readAll())
indexrequest.close()
if (index == nil) then