Nothing changed just added a space
This commit is contained in:
parent
f1fe3b26ac
commit
808ed56bb7
@ -116,6 +116,7 @@ class Indexer():
|
|||||||
print(word)
|
print(word)
|
||||||
print("You have somehow went beyond the magic")
|
print("You have somehow went beyond the magic")
|
||||||
return self.save_5
|
return self.save_5
|
||||||
|
|
||||||
def get_save_lock(self,word):
|
def get_save_lock(self,word):
|
||||||
word_lower = word.lower()
|
word_lower = word.lower()
|
||||||
if re.match(r"^[a-d0-1].*",word_lower):
|
if re.match(r"^[a-d0-1].*",word_lower):
|
||||||
|
Loading…
Reference in New Issue
Block a user