forked from swee/MeowNex
Update search
This commit is contained in:
parent
67657992e6
commit
289bc770f2
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
from duckduckgo_search import DDGS
|
from duckduckgo_search import DDGS
|
||||||
from sys import argv
|
from sys import argv
|
||||||
print("Please stand by...")
|
print("Please stand by...")
|
||||||
request = []
|
|
||||||
while request == []:
|
|
||||||
request = DDGS().text(" ".join(argv[3:]))
|
request = DDGS().text(" ".join(argv[3:]))
|
||||||
result = []
|
|
||||||
print(request[0])
|
print(request[0])
|
Loading…
Reference in a new issue