Skip to content

Commit d30e74d

Browse files
committed
Update index.py
1 parent 4a68bcf commit d30e74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def about():
3131
request_data, s = request.args.get('q'), request.args.get('s')
3232
if s in ["谷歌", "必应"]:
3333
if s == "谷歌":
34-
s = "Google"
34+
s = "google"
3535
elif s == "必应":
36-
s = "Bing"
36+
s = "bing"
3737
result = search.search(request_data, s)
3838
for obj in result:
3939
try:

0 commit comments

Comments
 (0)