mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for time
This commit is contained in:
parent
3f1a3d8515
commit
a90d8cef34
1 changed files with 1 additions and 1 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Reference in a new issue