From 563d3ec1fde056223642929565d537550ee04bfb Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 22 Feb 2022 19:42:34 -0800 Subject: [PATCH] fix typo --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.py b/web/app.py index 2ee95f2..44b19eb 100644 --- a/web/app.py +++ b/web/app.py @@ -7062,7 +7062,7 @@ Name: ''' + p.name + '''  -  Port: ''' + str( for i in table_dict.items(): content = content + ''' -

''' + str(int_id(i[0])) + ''' +

''' + str(int_id(i[0])) + ''' ''' + str((i[1][0])) + ''' ''' + str((timedelta(seconds=svr.unit_time) + datetime.datetime.fromtimestamp(i[1][1])).strftime(time_format)) + '''