diff --git a/av98.py b/av98.py index 1823a0f..c4c0694 100755 --- a/av98.py +++ b/av98.py @@ -24,13 +24,17 @@ import socket import subprocess import sys import tempfile -import textwrap import urllib.parse import ssl import sys import time import webbrowser +try: + import ansiwrap as textwrap +except ModuleNotFoundError: + import textwrap + _VERSION = "0.0.1" _MAX_REDIRECTS = 5