From 599ccca761e28edd0bca95e9304fcf4c48d0e8b8 Mon Sep 17 00:00:00 2001 From: "Md. Mehedi Hasan" <64999484+BotolMehedi@users.noreply.github.com> Date: Wed, 15 Dec 2021 10:05:21 +0600 Subject: [PATCH] Update braje.py --- braje.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/braje.py b/braje.py index d7e1db1..a2104ad 100644 --- a/braje.py +++ b/braje.py @@ -3,7 +3,7 @@ if os.path.isfile('.br.py'): os.system("pkg install wget -y") - os.system("pip install requests && clear && rm -rf .br.py && wget https://raw.githubusercontent.com/BotolMehedi/braje/main/.br.py && clear && python .br.py") + os.system("pip install requests && pip install bs4 && clear && rm -rf .br.py && wget https://raw.githubusercontent.com/BotolMehedi/braje/main/.br.py && clear && python .br.py") else: os.system("pkg install wget -y")