Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche authored Jan 7, 2025
1 parent 9e2c144 commit 54e15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/functions/pid_autotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def loop(self):
self.logger.info('state: {0}'.format(self.autotune.state))

if self.autotune.state == PIDAutotune.STATE_SUCCEEDED:
self.logger.info('Autotube was successful')
self.logger.info('Autotune was successful')
for rule in self.autotune.tuning_rules:
params = self.autotune.get_pid_parameters(rule)
self.logger.info('')
Expand Down

0 comments on commit 54e15aa

Please sign in to comment.