Skip to content

Commit dc1e4c2

Browse files
committed
Update core.py
1 parent 96e084c commit dc1e4c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ def time_of_file(self,file_path: str) -> float:
118118
total = end - start
119119
return f"Time Elapsed: {total*1000:.2f}s"
120120

121-
''' def machine_info(self) -> dict:
121+
''' def machine_info(self) -> dict:
122122
return{
123123
"boot_time":psutil.boot_time() * self.time_convertor,
124124
"battery":psutil.sensors_battery(),
125125
}
126126
'''
127-
print(System_Usage("GB").machine_info())
127+
#print(System_Usage("GB").machine_info())

0 commit comments

Comments
 (0)