From 300d688368c3ea97a355500d74bded34b9c302e3 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sat, 28 Sep 2019 20:40:26 -0400 Subject: [PATCH] Compatibility update --- amt.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/amt.py b/amt.py index db99c8b..8dae763 100644 --- a/amt.py +++ b/amt.py @@ -11,7 +11,6 @@ import re import time import requests from lxml import html -from pyfiglet import Figlet def adb_start(): if "platform-tools" in os.environ['PATH']: print("ADB found in PATH") @@ -100,8 +99,6 @@ def root_device(): def menu(): while True: - banner = Figlet(font='Standard') - print(banner.renderText('Android Mobile Toolkit')) print("[1] Root Device (WIP)\n[2] Extract Data (Coming Soon)\n[99] Quit") choice = input("Please select a number: ") if int(choice) == 1: