Updated kodi settings on Lenovo
This commit is contained in:
@@ -80,7 +80,7 @@ def getdata(type, loc, map=None):
|
||||
|
||||
# URL
|
||||
if type == 'weather':
|
||||
url = config.map_api.get(type).format(map[0], map[1])
|
||||
url = config.map_api.get(type).format(map[0], map[1], config.maxdays)
|
||||
elif type == 'airquality':
|
||||
url = config.map_api.get(type).format(map[0], map[1])
|
||||
elif type == 'sun':
|
||||
@@ -159,7 +159,6 @@ def getrvindex(type):
|
||||
# Get location (GeoIP)
|
||||
def getloc(locid):
|
||||
utils.log(f'Geolocation ...')
|
||||
utils.setsetting('geoip', 'true')
|
||||
|
||||
# Get location
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user