mirror of
https://github.com/Nick80835/microbot
synced 2025-08-31 22:46:01 +00:00
use bing for howdoi
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
import re
|
||||
|
||||
from howdoi import howdoi
|
||||
@@ -7,6 +8,7 @@ from howdoi import howdoi
|
||||
from ubot.micro_bot import micro_bot
|
||||
|
||||
ldr = micro_bot.loader
|
||||
os.environ["HOWDOI_SEARCH_ENGINE"] = "bing"
|
||||
|
||||
|
||||
@ldr.add("hdi")
|
||||
|
Reference in New Issue
Block a user