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 898a0db commit 752abdcCopy full SHA for 752abdc
user_scanner/cli/printer.py
@@ -47,7 +47,7 @@ def get_end(self, json_char: str = "]") -> str:
47
return indentate(json_char, self.indent)
48
49
def get_result_output(self, result: Result) -> str:
50
- #In principle result should always have this
+ # In principle result should always have this
51
site_name = result.site_name
52
username = result.username
53
0 commit comments