From 22cd5152808ef103f6d2e0a6704f87209cd54aba Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sun, 29 Aug 2021 14:10:39 -0400 Subject: [PATCH] Update autorecon.py Added unidecode to import exception handling. --- autorecon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autorecon.py b/autorecon.py index 478949b..57ae5dc 100644 --- a/autorecon.py +++ b/autorecon.py @@ -1,4 +1,4 @@ -import asyncio, os, re, sys, signal, pkgutil, inspect, importlib, unidecode, argparse, string, ipaddress, socket, time, math +import asyncio, os, re, sys, signal, pkgutil, inspect, importlib, argparse, string, ipaddress, socket, time, math from datetime import datetime from typing import final from colorama import Fore, Style @@ -6,7 +6,7 @@ import traceback import termios, tty try: - import colorama, toml + import colorama, toml, unidecode if os.getuid() == 0: import keyboard