Merge branch 'master' into dev
This commit is contained in:
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user