hako-mikan 2024-02-12 11:05:14 +09:00 committed by GitHub
parent 316c03f943
commit cbec799759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1063,7 +1063,8 @@ def ratiodealer(key, lwei, elemental):
ratio = 1
picked = False
errormodules = []
currentblock = 0
for i,block in enumerate(BLOCKS):
if block in key:
if i == 26: