diff --git a/RockyouMask.py b/RockyouMask.py index 9567563..b0816b0 100644 --- a/RockyouMask.py +++ b/RockyouMask.py @@ -311,7 +311,7 @@ while True: hashmode = input("Hash mode: ") hashfile = input("Hash file: ") start = input("Start at mask-id (empty if start at start): ") -if start =! "": +if start != "": try: rule = rule[int(start):] except: