1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-08-13 21:53:56 +02:00
parent da494361e1
commit 1d5356e5d7

View file

@ -4,10 +4,11 @@ local Config = {
}
local apiKey = "8d27737fd1425cd3d243f54e4f80e765"
local city = "Berlin"
local city = "Los Angeles"
local weatherType = "CLEAR"
local lastWeatherUpdate = os.time()
function getRealTime()
local now = os.date("*t")
local hour = now.hour