Noëlle преди 3 години
родител
ревизия
b717193023
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      koboldgen.py

+ 2
- 1
koboldgen.py Целия файл

@@ -452,7 +452,8 @@ class Campaign:

def decode_key(self, pw):
densePwd = pw.replace(" ", "")
if len(densePwd) != 84 and (densePwd not in ["PACKTACTICS!", "JUSTINBAILEY", "NARPASSWORD"]):
builtins = ["PACKTACTICS!", "JUSTINBAILEY", "NARPASSWORD", "PACKTACTICS1", "PACKTACTICS2", "PACKTACTICS3"]
if len(densePwd) != 84 and (densePwd.upper() not in builtins):
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].upper() == "PACKTACTICS!" or densePwd[:12].upper() == "PACKTACTICS3":

Loading…
Отказ
Запис