Updated for time

This commit is contained in:
Dimitris Zlatanidis 2022-12-29 22:47:01 +02:00
parent 3f1a3d8515
commit a90d8cef34

View file

@ -57,7 +57,7 @@ class Slackbuilds:
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)))
time.gmtime(elapsed_time)))
def creating_dictionary(self):
""" Dictionary with the main slackbuilds and dependencies. """