Update README, server.py for Windows update

This commit is contained in:
Ceda EI 2019-01-11 00:33:41 +05:30
parent d3f21f7ec0
commit 5d67e85b78
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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