mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated format
This commit is contained in:
parent
638b4f3c91
commit
ccfcef3468
1 changed files with 2 additions and 2 deletions
|
@ -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. """
|
||||
|
|
Loading…
Reference in a new issue