aboutsummaryrefslogtreecommitdiff
path: root/users/dennytom/chording_engine/chord.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/dennytom/chording_engine/chord.py')
-rw-r--r--users/dennytom/chording_engine/chord.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/dennytom/chording_engine/chord.py b/users/dennytom/chording_engine/chord.py
index 707f36b82..5e3b6d283 100644
--- a/users/dennytom/chording_engine/chord.py
+++ b/users/dennytom/chording_engine/chord.py
@@ -1,5 +1,4 @@
1from functools import reduce 1from functools import reduce
2import re
3 2
4strings = [] 3strings = []
5number_of_strings = -1 4number_of_strings = -1
@@ -463,4 +462,4 @@ def secret_chord(PSEUDOLAYER, ACTION, INPUT_STRING, data, output_buffer, index,
463 462
464 hash = hash[3:] 463 hash = hash[3:]
465 if hash != "": 464 if hash != "":
466 return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings) \ No newline at end of file 465 return add_key(PSEUDOLAYER, hash, ACTION, output_buffer, index, number_of_strings, strings)