Skip to content

Commit

Permalink
setting named incorrectly in code. made it to 1700F and ran into this…
Browse files Browse the repository at this point in the history
… bug. needed 1888F. damnit.
  • Loading branch information
jbruce12000 committed Dec 22, 2022
1 parent 90d10eb commit abaf155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oven.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def reset_if_emergency(self):

if self.board.temp_sensor.status.over_error_limit():
log.info("emergency!!! too many errors in a short period")
if config.ignore_too_many_tc_errors == False:
if config.ignore_tc_too_many_errors == False:
self.abort_run()

def reset_if_schedule_ended(self):
Expand Down

0 comments on commit abaf155

Please sign in to comment.