Remove testing for scpk file

This commit is contained in:
Stewie
2022-06-27 19:56:10 -04:00
parent 5829b8b88a
commit 48a5b90efd

View File

@@ -279,8 +279,8 @@ class ToolsTOR(ToolsTales):
o.write(dataFinal)
with open("10247.scpk", "wb") as f:
f.write(o.getvalue())
#with open("10247.scpk", "wb") as f:
# f.write(o.getvalue())
return o.getvalue()