Skip to content

Commit 3e88c88

Browse files
authored
Update for Ableton 11
1 parent 7e99340 commit 3e88c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def generate_single(k: dsa.DSAPrivateKey, id1: int, id2: int, hwid: str) -> str:
7575

7676

7777
def generate_all(k: dsa.DSAPrivateKey, hwid: str) -> str:
78-
yield generate_single(k, 0x0, 0xa0, hwid)
78+
yield generate_single(k, 0x0, 0xb0, hwid)
7979
for i in range(0x40, 0xff + 1):
8080
yield generate_single(k, i, 0x10, hwid)
8181
for i in range(0x8000, 0x80ff + 1):

0 commit comments

Comments
 (0)