Fix end of line

This commit is contained in:
Artem Pastukhov 2015-04-01 08:57:18 +03:00
parent de121b6dfa
commit 92a44592d5
5 changed files with 222 additions and 223 deletions

View File

@ -1,11 +1,10 @@
local function storelist(table)
file.remove("http/aplist.json")
file.open("http/aplist.json","w")
coroutine.yield()
file.write(cjson.encode(table))
file.close()
print(cjson.encode(table))
coroutine.yield()
table = nil
end