Update autorecon.py
Added colorama objects to import exception handling.
This commit is contained in:
parent
3c7e1d3c8e
commit
01e26b6780
|
|
@ -1,12 +1,12 @@
|
||||||
import asyncio, os, re, sys, signal, pkgutil, inspect, importlib, 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
|
|
||||||
import traceback
|
import traceback
|
||||||
import termios, tty
|
import termios, tty
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import colorama, toml, unidecode
|
import colorama, toml, unidecode
|
||||||
|
from colorama import Fore, Style
|
||||||
|
|
||||||
if os.getuid() == 0:
|
if os.getuid() == 0:
|
||||||
import keyboard
|
import keyboard
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue