Fix: require json.util with dot notation not slash

This commit is contained in:
2026-05-30 10:31:12 -04:00
parent 618793a075
commit 1cef347e9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
local json = require("json")
local json_util = require("json/util")
local json_util = require("json.util")
local logger = require("logger")
local ltn12 = require("ltn12")
local socketutil = require("socketutil")