You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Update ToolsTOR.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user