forked from Simnation/Main
Update server.lua
This commit is contained in:
parent
da494361e1
commit
1d5356e5d7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue