We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e084c commit dc1e4c2Copy full SHA for dc1e4c2
1 file changed
src/core.py
@@ -118,10 +118,10 @@ def time_of_file(self,file_path: str) -> float:
118
total = end - start
119
return f"Time Elapsed: {total*1000:.2f}s"
120
121
-''' def machine_info(self) -> dict:
+''' def machine_info(self) -> dict:
122
return{
123
"boot_time":psutil.boot_time() * self.time_convertor,
124
"battery":psutil.sensors_battery(),
125
}
126
'''
127
-print(System_Usage("GB").machine_info())
+#print(System_Usage("GB").machine_info())
0 commit comments