From cc9e8d38fba6737a71ec2612bf8ad3e54ae47935 Mon Sep 17 00:00:00 2001 From: DerGamerPanda Date: Thu, 26 Jun 2025 12:52:36 +0200 Subject: [PATCH] Update crawler_cli.py --- crawler_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler_cli.py b/crawler_cli.py index 83102a7..de1b018 100644 --- a/crawler_cli.py +++ b/crawler_cli.py @@ -47,4 +47,4 @@ if __name__ == "__main__": save_csv(all_results, output) print(f"\nāœ… Done: {len(all_results)} results saved to '{output}'") else: - print("āŒ No matches found.") \ No newline at end of file + print("āŒ No matches found.")