Updated format

This commit is contained in:
Dimitris Zlatanidis 2022-12-30 09:19:15 +02:00
parent 638b4f3c91
commit ccfcef3468

View file

@ -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. """