This commit is contained in:
Alexey Avramov
2019-01-14 20:54:36 +09:00
parent dc1bdddb6f
commit 1ad092d36d
2 changed files with 13 additions and 13 deletions

6
nohang
View File

@@ -1538,9 +1538,9 @@ warn_time_now = 0
warn_time_delta = 1000
warn_timer = 0
x = time() - start_time
print('Startup time:',
round(x * 1000, 1), 'ms')
# x = time() - start_time
# print('Startup time:',
# round(x * 1000, 1), 'ms')
print('Monitoring started!')