From 24f0db45c7c026a1804440a5828f2c4a909946ee Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 5 Oct 2024 15:02:32 -0700 Subject: [PATCH] Update search --- cc/search | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/search b/cc/search index db19dad..dc2fb60 100644 --- a/cc/search +++ b/cc/search @@ -2,4 +2,4 @@ from duckduckgo_search import DDGS from sys import argv print("Please stand by...") request = DDGS().text(" ".join(argv[3:])) -print(request[0]["href"] + " - " + request[0]["title"] + " - " + request[0]["body"]) \ No newline at end of file +print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"]) \ No newline at end of file