diff armdb_mirbase.py @ 7:40c50594116c draft

Uploaded
author glogobyte
date Wed, 20 Oct 2021 14:45:20 +0000
parents 6c267b9256fa
children 6f0fa933b3ed
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)))