Merge branch 'main' of http://swee-raspberrypi4:3000/swee/sweeBotIRC
This commit is contained in:
commit
1aa0625d75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import duckduckgo_search
|
|||
from sys import argv, exit
|
||||
try:
|
||||
#if True:
|
||||
request = DDGS().text(" ".join(argv[3:]), max_results=1, region='wt-wt', timelimit='7d')
|
||||
request = DDGS().text(" ".join(argv[3:]), max_results=1, region='wt-wt', timelimit='7d', safesearch="on")
|
||||
print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])
|
||||
except Exception as e:
|
||||
print(e)
|
Loading…
Reference in a new issue