Update ToolsTOR.py

This commit is contained in:
Mc-muffin
2023-05-22 20:49:45 -05:00
parent 30a3bf59d1
commit 517ad67567

View File

@@ -187,7 +187,7 @@ class ToolsTOR(ToolsTales):
scpk_path = Path(self.dat_archive_extract) / "SCPK"
for file in tqdm(list(scpk_path.glob("*.scpk"))):
theirsce = Theirsce(Scpk().from_path(file).rsce)
theirsce = Theirsce(Scpk.from_path(file).rsce)
xml_text = self.get_xml_from_theirsce(theirsce, "Story")
self.id = 1