Don't be like me

This commit is contained in:
Mc-muffin
2024-12-08 14:56:19 -05:00
parent a3e3c5fd90
commit 92e7096969

View File

@@ -867,7 +867,7 @@ class ToolsTOR(ToolsTales):
with FileIO(file_path, "r+b") as f:
data = f.read()
with FileIO(dest_path, "wb") as f:
with FileIO(dest_path, "r+b") as f:
f.write(data)
f.seek(0)
self.get_new_menu(entry, f, xml_folder_path)