Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
bca7a99e7a
17 changed files with 24 additions and 42 deletions
|
@ -1,5 +1,4 @@
|
|||
from functools import reduce
|
||||
import re
|
||||
|
||||
strings = []
|
||||
number_of_strings = -1
|
||||
|
@ -463,4 +462,4 @@ def secret_chord(PSEUDOLAYER, ACTION, INPUT_STRING, data, output_buffer, index,
|
|||
|
||||
hash = hash[3:]
|
||||
if hash != "":
|
||||
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)
|
||||
return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue