koro 2.0.1__tar.gz → 2.0.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: koro
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Tools for manipulating levels made in Marble Saga: Kororinpa
5
5
  Home-page: https://github.com/DigitalDetective47/koro
6
6
  Author: DigitalDetective47
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = koro
3
- version = 2.0.1
3
+ version = 2.0.2
4
4
  author = DigitalDetective47
5
5
  author_email = ninji2701@gmail.com
6
6
  description = Tools for manipulating levels made in Marble Saga: Kororinpa
@@ -83,7 +83,6 @@ class SaveSlot(Slot):
83
83
  while True:
84
84
  block.clear()
85
85
  block.extend(f.read1())
86
- print(block)
87
86
  if len(b.getbuffer()) + len(block) > 156864:
88
87
  del block[156864 - len(b.getbuffer()) :]
89
88
  if block[-1]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: koro
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Tools for manipulating levels made in Marble Saga: Kororinpa
5
5
  Home-page: https://github.com/DigitalDetective47/koro
6
6
  Author: DigitalDetective47
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes