small changes

This commit is contained in:
2021-03-30 16:31:24 +02:00
parent b1ca5ed09b
commit ae8fe829d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ class HintGiver:
def log_to_file(self, filename):
"""Write taken hints to a file."""
with open(filename, 'a') as f:
yaml.dump(self, f)
yaml.dump(self.hints_taken, f)