Преглед изворни кода

Change length requirement

master
Noëlle пре 3 година
родитељ
комит
4545d13577
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      koboldgen.py

+ 1
- 1
koboldgen.py Прегледај датотеку

@@ -512,7 +512,7 @@ class Campaign:

def decode_key(self, pw):
densePwd = pw.replace(" ", "")
if len(densePwd) != 84:
if len(densePwd) != 84 and (densePwd not in ["PACKTACTICS!", "JUSTINBAILEY", "NARPASSWORD"]):
print("This password is not valid. If this is a password that this generator created, please email noelle@noelle.codes and let me know.")
sys.exit(0)
if densePwd[:12] == "PACKTACTICS!":

Loading…
Откажи
Сачувај