Fixed =! in line 314
This commit is contained in:
parent
6014299520
commit
3abad16c88
@ -311,7 +311,7 @@ while True:
|
|||||||
hashmode = input("Hash mode: ")
|
hashmode = input("Hash mode: ")
|
||||||
hashfile = input("Hash file: ")
|
hashfile = input("Hash file: ")
|
||||||
start = input("Start at mask-id (empty if start at start): ")
|
start = input("Start at mask-id (empty if start at start): ")
|
||||||
if start =! "":
|
if start != "":
|
||||||
try:
|
try:
|
||||||
rule = rule[int(start):]
|
rule = rule[int(start):]
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user