From 7a37369f20586410fb9a9db643d34cd6d05e6eda Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 22 Feb 2022 19:39:48 -0800 Subject: [PATCH] add radioid.net link to UNIT table --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app.py b/web/app.py index 88bbd38..2ee95f2 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)) + '''