diff --git a/ToolsTOR.py b/ToolsTOR.py index c4b0a7f..3e93144 100644 --- a/ToolsTOR.py +++ b/ToolsTOR.py @@ -55,7 +55,7 @@ class ToolsTOR(ToolsTales): listFiles = [self.datPathExtract + 'SCPK/' + ele for ele in os.listdir( os.path.join(self.datPathExtract, "SCPK"))] for scpkFile in listFiles: - self.extract_TheirSce_XML(scpkFile,debug) + self.extract_TheirSce_XML(scpkFile) def get_theirsce_from_scpk(self, scpk, scpkFileName, debug=False)->bytes: header = scpk.read(4) diff --git a/__pycache__/ToolsTOR.cpython-38.pyc b/__pycache__/ToolsTOR.cpython-38.pyc index 6f6bfc3..f7641e7 100644 Binary files a/__pycache__/ToolsTOR.cpython-38.pyc and b/__pycache__/ToolsTOR.cpython-38.pyc differ