v.0.1.0 some cleanup and sorting
This commit is contained in:
@@ -31,7 +31,12 @@ def show_system_load():
|
||||
print('==================')
|
||||
|
||||
|
||||
# Run periodically
|
||||
while True:
|
||||
show_system_load()
|
||||
time.sleep(5)
|
||||
def go():
|
||||
# Run periodically
|
||||
while True:
|
||||
show_system_load()
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
go()
|
||||
|
||||
Reference in New Issue
Block a user