From ccfcef3468fd53cf318b051920930343138769a1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 30 Dec 2022 09:19:15 +0200 Subject: [PATCH] Updated format --- slpkg/slackbuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/slackbuild.py b/slpkg/slackbuild.py index 70e73ede..c3856836 100644 --- a/slpkg/slackbuild.py +++ b/slpkg/slackbuild.py @@ -56,8 +56,8 @@ class Slackbuilds: self.download_slackbuilds_and_build() elapsed_time = time.time() - start - print(f'\n{yellow}Finished Successfully in:{endc}', time.strftime(f'{cyan}%H:%M:%S{endc}', - time.gmtime(elapsed_time))) + print(f'\n{yellow}Finished Successfully:{endc}', time.strftime(f'[{cyan}%H:%M:%S{endc}]', + time.gmtime(elapsed_time))) def creating_dictionary(self): """ Dictionary with the main slackbuilds and dependencies. """