From 10e2d2dae78cc96df75015d4bfe5e1e8e954ca8f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Wed, 25 May 2022 11:01:00 +0200 Subject: [PATCH] Update octosuite --- octosuite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/octosuite b/octosuite index 4cb901e..4a46ea4 100644 --- a/octosuite +++ b/octosuite @@ -1,8 +1,8 @@ #!/usr/bin/env python3 import logging -from utils.colors import Color -from utils.misc import Banner +from utilities.colors import Color +from utilities.misc import Banner from core.main import Octosuite, Attributes, logMsg print(Banner.nameLogo) @@ -16,4 +16,4 @@ if __name__ == '__main__': except Exception as e: logging.error(logMsg.Error.format(e)) - print(Attributes.error, logMsg.Exception.format(f'{Color.red}{e}{Color.reset}')) + print(Attributes.error, logMsg.Error.format(f'{Color.red}{e}{Color.reset}'))