diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index b2a7572..0000539 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -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