Skip to content

Commit

Permalink
Update braje.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BotolMehedi authored Dec 15, 2021
1 parent 3bdc7b5 commit 599ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion braje.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 599ccca

Please sign in to comment.