fixed wrong writing
This commit is contained in:
@@ -160,7 +160,7 @@ class Transcript:
|
|||||||
def to_txt(self, path: str) -> None:
|
def to_txt(self, path: str) -> None:
|
||||||
|
|
||||||
with open(path, "w") as f:
|
with open(path, "w") as f:
|
||||||
f.write(self.__str__, f)
|
f.write(self.__str__())
|
||||||
|
|
||||||
def to_md(self, path: str) -> None:
|
def to_md(self, path: str) -> None:
|
||||||
return self.to_html(path)
|
return self.to_html(path)
|
||||||
|
|||||||
Reference in New Issue
Block a user