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}'))