We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65dc3d6 commit 6e4b6d3Copy full SHA for 6e4b6d3
name_that_hash/prettifier.py
@@ -22,7 +22,7 @@ def __init__(self, kwargs, api=False):
22
self.hashcat = kwargs["no_hashcat"]
23
24
def greppable_output(self, objs: List):
25
- logger.debug("Grepable output")
+ logger.debug("Greppable output")
26
logger.debug(objs)
27
"""
28
takes the prototypes and turns it into json
0 commit comments