1
0
mirror of https://github.com/x-hw/amazing-qr.git synced 2025-07-11 01:10:17 +02:00

code more

This commit is contained in:
sylnsfar
2016-08-29 23:02:17 +08:00
parent e6fe986e6d
commit d1a9eba3ea
4 changed files with 99 additions and 11 deletions

View File

@ -38,7 +38,7 @@ def encode(ecl, str):
for n in range(g[2]):
data_codewords.append(data_code[i:i+g[3]])
i += g[3]
return ver, data_codewords
def analyse(ecl, str):