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 apiKey = "8d27737fd1425cd3d243f54e4f80e765"
local city = "Berlin" local city = "Los Angeles"
local weatherType = "CLEAR" local weatherType = "CLEAR"
local lastWeatherUpdate = os.time() local lastWeatherUpdate = os.time()
function getRealTime() function getRealTime()
local now = os.date("*t") local now = os.date("*t")
local hour = now.hour local hour = now.hour