Nothing changed just added a space

This commit is contained in:
unknown 2022-05-11 17:22:01 -07:00
parent f1fe3b26ac
commit 808ed56bb7

View File

@ -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):