From 4195264d3e4baf7f4f5645c25749bc050c5ef853 Mon Sep 17 00:00:00 2001 From: yasir Date: Sun, 11 Dec 2022 08:39:59 +0700 Subject: [PATCH] Nyoba selenium --- misskaty/plugins/selenium_tes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/selenium_tes.py b/misskaty/plugins/selenium_tes.py index 51bba187..15266e56 100644 --- a/misskaty/plugins/selenium_tes.py +++ b/misskaty/plugins/selenium_tes.py @@ -12,7 +12,7 @@ LOGGER = getLogger(__name__) @app.on_message(filters.command(["pahe"], COMMAND_HANDLER)) @capture_err async def pahe(_, msg): - chromedriver_autoinstaller.install() + # chromedriver_autoinstaller.install() os.chmod("/MissKaty/chromedriver", 755) chrome_options = webdriver.ChromeOptions() chrome_options.binary_location = "/usr/bin/google-chrome"