Permutator output and documentation updates (#1914)

This commit is contained in:
Soxoj
2024-11-29 13:15:03 +01:00
committed by GitHub
parent ff06029253
commit e96d09dee7
7 changed files with 99 additions and 13 deletions
+2 -1
View File
@@ -615,7 +615,8 @@ async def main():
if len(usernames) > 1 and args.permute and args.id_type == 'username':
query_notify.warning(
f"{len(usernames)} permutations from {original_usernames} to check..."
f"{len(usernames)} permutations from {original_usernames} to check..." +
get_dict_ascii_tree(usernames, prepend="\t")
)
if not site_data: