fixed wrong writing

This commit is contained in:
Jaikinator
2023-06-27 10:22:21 +02:00
parent 58a14b2adf
commit 9a767228f7
+1 -1
View File
@@ -160,7 +160,7 @@ class Transcript:
def to_txt(self, path: str) -> None:
with open(path, "w") as f:
f.write(self.__str__, f)
f.write(self.__str__())
def to_md(self, path: str) -> None:
return self.to_html(path)