+ weather header

This commit is contained in:
Nico Schottelius 2019-06-06 16:15:04 +02:00
parent 8c02790666
commit 307446e596
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ class ungleichWeather(object):
def forecast_weather(args):
_city, _country_code = get_loc()
print("Weather for {}\n".format(_city))
client = ApixuClient("cc33a1e3237a4b78b3174104190206")