parent
439d0c804c
commit
978889e739
|
@ -132,6 +132,7 @@ local function load_count_table()
|
||||||
count_table[name] = count
|
count_table[name] = count
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
count_file:close()
|
||||||
end
|
end
|
||||||
|
|
||||||
return count_table
|
return count_table
|
||||||
|
@ -150,6 +151,7 @@ local function write_count_table(count_table)
|
||||||
io.write(str)
|
io.write(str)
|
||||||
end
|
end
|
||||||
io.flush()
|
io.flush()
|
||||||
|
count_file:close()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue