Skip to content

Commit 752abdc

Browse files
committed
fix
1 parent 898a0db commit 752abdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_scanner/cli/printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_end(self, json_char: str = "]") -> str:
4747
return indentate(json_char, self.indent)
4848

4949
def get_result_output(self, result: Result) -> str:
50-
#In principle result should always have this
50+
# In principle result should always have this
5151
site_name = result.site_name
5252
username = result.username
5353

0 commit comments

Comments
 (0)