1
0
Fork 0
forked from swee/MeowNex

Update search

This commit is contained in:
Swee 2024-10-05 14:59:00 -07:00
parent 67657992e6
commit 289bc770f2

View file

@ -1,8 +1,5 @@
from duckduckgo_search import DDGS
from sys import argv
print("Please stand by...")
request = []
while request == []:
request = DDGS().text(" ".join(argv[3:]))
result = []
request = DDGS().text(" ".join(argv[3:]))
print(request[0])