Update autorecon.py

Added colorama objects to import exception handling.
This commit is contained in:
Tib3rius 2021-08-29 14:11:21 -04:00
parent 22cd515280
commit fdea9cd111
1 changed files with 1 additions and 1 deletions

View File

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