Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user