Merge branch 'master' into dev

This commit is contained in:
Neythen Treloar
2022-04-11 18:33:28 +01:00
committed by GitHub
36 changed files with 58 additions and 47 deletions

View File

@@ -359,8 +359,7 @@ def updateWeather(api_key, logf):
if location in daily_locations:
daily_weathers[location] = daily_weather
all_current_settings['locations'] = current_weathers
@@ -382,7 +381,9 @@ def updateWeather(api_key, logf):
logf.write('. line: ' + str(exc_tb.tb_lineno))
logf.write('. type: ' + str(exc_type))
logf.write('\n ' + "".join(traceback.format_exception(sys.exc_info()[0], sys.exc_info()[1], sys.exc_info()[2])))
logf.close()
def updateLeagueTables(api_key, logf):