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