+ weather header
This commit is contained in:
parent
8c02790666
commit
307446e596
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ class ungleichWeather(object):
|
||||||
|
|
||||||
def forecast_weather(args):
|
def forecast_weather(args):
|
||||||
_city, _country_code = get_loc()
|
_city, _country_code = get_loc()
|
||||||
|
print("Weather for {}\n".format(_city))
|
||||||
|
|
||||||
client = ApixuClient("cc33a1e3237a4b78b3174104190206")
|
client = ApixuClient("cc33a1e3237a4b78b3174104190206")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue