From 517ad67567b02103ccf1f62fdd799e4e4e4fe82b Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Mon, 22 May 2023 20:49:45 -0500 Subject: [PATCH] Update ToolsTOR.py --- pythonlib/games/ToolsTOR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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