From ae469f8d303fdad5019c082b8853719b3bbef8fc Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 5 Oct 2024 17:25:39 -0700 Subject: [PATCH] Update search --- cc/search | 2 -- 1 file changed, 2 deletions(-) diff --git a/cc/search b/cc/search index 607d201..256f32b 100644 --- a/cc/search +++ b/cc/search @@ -5,7 +5,5 @@ try: #if True: request = DDGS().text(" ".join(argv[3:]), max_results=1, region='wt-wt', timelimit='7d') print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"]) -except duckduckgo_search.exceptions.RatelimitException: - print("DuckDuckGo was rate limited, please try again later.") except Exception as e: print(e) \ No newline at end of file