This commit is contained in:
@ -86,6 +86,7 @@ def _calculate_output_temperature(local_context):
|
||||
if local_context['mode'] == 'high':
|
||||
local_context['output_temperature'] = local_context['high_temperature']
|
||||
return
|
||||
# if we come here, something serious happened
|
||||
logger.error(f"Error in calculation of output_temperature: {local_context=}")
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user