From 0a59e6ee3130ca8575d8d89f877a3ba0eea70146 Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 14 Aug 2018 22:17:54 +0100 Subject: [PATCH] typo --- IO.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.lua b/IO.lua index 644834c..e46e530 100644 --- a/IO.lua +++ b/IO.lua @@ -6,7 +6,7 @@ local conf = w.load_config({ "items", "sleep_time" }, { - sleep_time = 1 + sleep_time = 1, items = {} })