This commit is contained in:
zig-for 2023-04-20 00:23:04 -07:00 committed by GitHub
parent a6ea3e1953
commit a7a17a5a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
local socket = require("socket") local socket = require("socket")
local json = require('json') local json = require('json')
local math = require('math') local math = require('math')
require('common.lua') require('common')
local last_modified_date = '2022-4-9' -- Should be the last modified date local last_modified_date = '2022-4-15' -- Should be the last modified date
local script_version = 3 local script_version = 3
-------------------------------------------------- --------------------------------------------------
@ -1895,4 +1895,4 @@ function main()
end end
end end
main() main()