From 8569e59b37ef86ded946571f60dcc5ddd297acec Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 25 Nov 2022 16:56:55 +0200 Subject: Update scan script --- scripts/scan.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/scan.py b/scripts/scan.py index c83d455..24fceb6 100644 --- a/scripts/scan.py +++ b/scripts/scan.py @@ -122,12 +122,11 @@ class NameScanner: "github": github, "linkedin": li, } - ge = "✅" if github else " " - le = "✅" if li else " " - ne = "✅" if nip else " " - se = "❌" if sale else " " - print(f"{name:20}{ne}{ge}{le}{se}") - print(len(res)) + ge = "✅" if github else " " + le = "✅" if li else " " + ne = "✅" if nip else " " + se = "❌" if sale else " " + print(f"{ne}{ge}{le}{se}{name:20}") ns = NameScanner() -- cgit v1.3.1