From 356c368857f9953ec9e9da4e23c1e76267fee88d Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 15 Jan 2019 00:14:33 +0900 Subject: [PATCH] fix --- nohang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nohang b/nohang index e63e599..6fc76e9 100755 --- a/nohang +++ b/nohang @@ -2,7 +2,7 @@ """A daemon that prevents OOM in Linux systems.""" from time import sleep, time -# start_time = time() +start_time = time() import os from operator import itemgetter