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