Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiny-Kiny authored Jun 10, 2021
1 parent 38c53d0 commit 4b2001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4b2001f

Please sign in to comment.