Fix end of line
This commit is contained in:
parent
de121b6dfa
commit
92a44592d5
@ -1,11 +1,10 @@
|
|||||||
local function storelist(table)
|
local function storelist(table)
|
||||||
file.remove("http/aplist.json")
|
file.remove("http/aplist.json")
|
||||||
file.open("http/aplist.json","w")
|
file.open("http/aplist.json","w")
|
||||||
|
coroutine.yield()
|
||||||
file.write(cjson.encode(table))
|
file.write(cjson.encode(table))
|
||||||
file.close()
|
file.close()
|
||||||
print(cjson.encode(table))
|
print(cjson.encode(table))
|
||||||
coroutine.yield()
|
|
||||||
table = nil
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user