changeset 7:40c50594116c draft

Uploaded
author glogobyte
date Wed, 20 Oct 2021 14:45:20 +0000
parents 41f5a0616dbb
children 6f0fa933b3ed
files armdb_mirbase.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/armdb_mirbase.py	Wed Oct 20 14:45:09 2021 +0000
+++ b/armdb_mirbase.py	Wed Oct 20 14:45:20 2021 +0000
@@ -135,5 +135,5 @@
     p3.start()
     p3.join()
 
-    print('The total runtime was {} seconds'.format(time.time() - starttime))
+    print('Runtime: {} seconds'.format(round(time.time() - starttime,2)))