chore: add newline after content of meshbook in file

This commit is contained in:
2026-01-02 09:40:37 +01:00
parent 9716a2376c
commit e2cc746517

View File

@@ -45,4 +45,4 @@ class History():
stitched_file = f"{self.history_directory}/meshbook_run_{datetime.now().strftime('%Y_%m_%d_%H_%M_%S')}.log"
with open(stitched_file, "x") as f:
f.write(history)
f.write(history + "\n")