Typo in find script
This commit is contained in:
parent
4404b79edb
commit
49636084a7
1 changed files with 1 additions and 1 deletions
2
find.py
2
find.py
|
@ -9,4 +9,4 @@ username = " ".join(argv)
|
|||
|
||||
for k, v in userMappings.items():
|
||||
if username in v:
|
||||
print(f"Found it! {k} ({v}")
|
||||
print(f"Found it! {k} ({v})")
|
||||
|
|
Loading…
Add table
Reference in a new issue