From ac2dc59c5a3a188b3243567a8a0bfc854c2b7519 Mon Sep 17 00:00:00 2001 From: Surferlul <66851546+Surferlul@users.noreply.github.com> Date: Tue, 4 Aug 2020 13:37:27 +0200 Subject: [PATCH] Update RockyouMask.py --- RockyouMask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RockyouMask.py b/RockyouMask.py index 13ce653..246b0e8 100644 --- a/RockyouMask.py +++ b/RockyouMask.py @@ -1,7 +1,7 @@ from os import system from os import chdir -rule = open("final.txt", "rt", encoding="Latin-1").read().split() +rule = open("mask.txt", "rt", encoding="Latin-1").read().split() def convert(inp): inp = inp.replace("a", "?l")