Browse Source

Update sysinfo.py

Coder 4 years ago
parent
commit
c70c48867f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sysinfo.py

+ 2 - 2
sysinfo.py

@@ -34,8 +34,8 @@ os.system("figlet %s" %(platform.node()))
 #Execute bash script sysinfo.sh
 #Execute bash script sysinfo.sh
 sp.call("/mnt/e/bash/welcomewagon.sh")
 sp.call("/mnt/e/bash/welcomewagon.sh")
 
 
-#End timer for findingexecution time of program
+#End timer for finding execution time of program
 end = time.time()
 end = time.time()
 
 
-#Display execution time
+#Display execution time  - Important: Sometimes the execution time might be a bit big but that would be because the user takes long to enter input
 print("Program execution time: %s seconds" %(end - start))
 print("Program execution time: %s seconds" %(end - start))