mirror of https://gitlab.com/ceda_ei/sky
Update README, server.py for Windows update
This commit is contained in:
parent
d3f21f7ec0
commit
5d67e85b78
|
@ -13,3 +13,5 @@ To check weather for your location simply run the following command in a termina
|
|||
### In Fahrenheit
|
||||
+ Weather for one week - `curl sky.webionite.com/f/location`
|
||||
+ Weather for today - `curl sky.webionite.com/f/location/t`
|
||||
|
||||
Replace sky.webionite.com/ with sky.webionite.com/plain/ on Windows
|
||||
|
|
|
@ -150,6 +150,8 @@ def index():
|
|||
"In Fahrenheit\n"
|
||||
"+ Weather for one week - curl sky.webionite.com/f/location \n"
|
||||
"+ Weather for today - curl sky.webionite.com/f/location/t\n\n"
|
||||
"Replace sky.webionite.com/ with sky.webionite.com/plain/ on "
|
||||
"Windows \n\n"
|
||||
+ config.source + "\n")
|
||||
return text
|
||||
|
||||
|
|
Loading…
Reference in New Issue