Update autorecon.py

Added unidecode to import exception handling.
This commit is contained in:
Tib3rius 2021-08-29 14:10:39 -04:00
parent 6d989c4b62
commit 3c7e1d3c8e
1 changed files with 2 additions and 2 deletions

View File

@ -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 datetime import datetime
from typing import final from typing import final
from colorama import Fore, Style from colorama import Fore, Style
@ -6,7 +6,7 @@ import traceback
import termios, tty import termios, tty
try: try:
import colorama, toml import colorama, toml, unidecode
if os.getuid() == 0: if os.getuid() == 0:
import keyboard import keyboard