fix letter
This commit is contained in:
parent
f96c7224a7
commit
f6d30d1fc0
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ if __name__ == '__main__':
|
||||||
pos = 0
|
pos = 0
|
||||||
lights = []
|
lights = []
|
||||||
letter_offset = 0
|
letter_offset = 0
|
||||||
|
letter = path.split('/')[-1][0].lower()
|
||||||
if config.letter_offset:
|
if config.letter_offset:
|
||||||
letter_offset = 11 + string.ascii_lowercase.index(letter) * 10
|
letter_offset = 11 + string.ascii_lowercase.index(letter) * 10
|
||||||
while pos < duration - 15:
|
while pos < duration - 15:
|
||||||
|
|
Loading…
Reference in a new issue