remove debug parameter from function call

This commit is contained in:
Stewie
2022-04-30 11:59:58 -04:00
parent 8600ac6f34
commit ade81fee14
2 changed files with 1 additions and 1 deletions

View File

@@ -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)

Binary file not shown.