From 808ed56bb78058b4b4d126267a9582cf0bfb5c88 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 May 2022 17:22:01 -0700 Subject: [PATCH] Nothing changed just added a space --- indexer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer.py b/indexer.py index 0213188..acaecb0 100644 --- a/indexer.py +++ b/indexer.py @@ -116,6 +116,7 @@ class Indexer(): print(word) print("You have somehow went beyond the magic") return self.save_5 + def get_save_lock(self,word): word_lower = word.lower() if re.match(r"^[a-d0-1].*",word_lower):