Skip to content

Commit c29b941

Browse files
Merge pull request #237 from kaifcodec/fix/from-pr#227
fix: apply targeted enhancements from PR #227
2 parents 81eb51b + 41dcd3e commit c29b941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_scanner/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def main():
283283
else:
284284
print(
285285
R +
286-
f"[!] {'Email' if is_email else 'User'} category '{args.module}' not found." +
286+
f"[!] {'Email' if is_email else 'User'} category '{args.category}' not found." +
287287
Style.RESET_ALL
288288
)
289289
else:

0 commit comments

Comments
 (0)