Update index_x86.htm

This commit is contained in:
有種 2023-09-21 14:59:39 +08:00 committed by GitHub
parent 7e62172fd8
commit 231b90357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
ethinfo = eth_info,
userinfo = user_info,
uptime = sysinfo.uptime or 0,
localtime = os.date("%Y.%m.%d %H:%M:%S"),
localtime = os.date("%Y.%m.%d %H:%M:%S"),
loadavg = sysinfo.load or { 0, 0, 0 },
memory = meminfo,
memcached = mem_cached,