This commit is contained in:
Alexey Avramov 2019-07-18 23:57:19 +09:00
parent 120322f8a8
commit 92dd51dbed

7
nohang
View File

@ -838,6 +838,8 @@ def check_zram():
def format_time(t):
"""
"""
t = int(t)
@ -3232,11 +3234,6 @@ stdout.flush()
x = format_time(3600 * 24 + 99)
print(x)
exit()
##########################################################################