We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d34fc1 commit ced00d8Copy full SHA for ced00d8
BruteForce.py
@@ -82,4 +82,4 @@ def testFunction(password):
82
password, attempts = findPassword(chars, testFunction, show=1000, format_=" Trying %s")
83
84
t = datetime.timedelta(seconds=int(time.process_time() - t))
85
- input("\n\n Password found: {}\n Attempts: {}\n Time: {}\n".format(password, attempts, t))
+ input(f"\n\n Password found: {password}\n Attempts: {attempts}\n Time: {t}\n")
0 commit comments