From 4b2001f3b964524eaff5c78b5c9c07f90effa6d2 Mon Sep 17 00:00:00 2001 From: Kiny-Kiny <70079144+Kiny-Kiny@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:00:34 -0300 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cf74d8d..d5d1d06 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ def restart(): if choice: os.system("apt install figlet -y") os.system('python3 -m pip install --upgrade pip') - os.system('pip3 install requests pytube') + os.system('pip3 install requests pytube phonenumbers') else: print(f'Ok,instale por si ou isso é um adeus.');exit() restart()