Skip to content

Commit

Permalink
Update heaters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Oct 15, 2023
1 parent 9e19e6a commit 143c051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/heaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def get_values(self, profile_name, gcmd, verbose):
)
def save_profile(self, profile_name=None, gcmd=None, verbose=True):
temp_profile = self.outer_instance.get_control().get_profile()
section_name = (temp_profile['name']
section_name = (self._compute_section_name(temp_profile['name'])
if profile_name is None
else self._compute_section_name(profile_name))
self.outer_instance.configfile.set(section_name,
Expand Down

0 comments on commit 143c051

Please sign in to comment.