Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8ece4fa

Browse files
authored
Update module.lua
1 parent 674d95a commit 8ece4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if climode == true then
377377
local starttime = os.clock()
378378
print("Starting obfuscation.")
379379
local kb = M.crypt(readdfile:read("*a"),clisettings) -- you need more memory if you get error at here
380-
print(("Finished obfuscation in %d seconds."):format(os.clock() - starttime))
380+
print(("Finished obfuscation in %f seconds."):format(os.clock() - starttime))
381381
readdfile:close()
382382
wdfile:write(kb)
383383
wdfile:close()

0 commit comments

Comments
 (0)