Update ccpt

questionmark
This commit is contained in:
Hion-V 2022-06-19 02:33:14 +02:00 committed by GitHub
parent 423a714fff
commit 72e1f5836c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
ccpt
View File

@ -26,7 +26,7 @@ removed = 0
function file_exists(filepath) function file_exists(filepath)
local f=io.open(filepath,"r") local f=io.open(filepath,"r")
if f~=nil then if f~=nil then
f.close() f.close(f)
return true return true
else else
return false return false