diff --git a/web/app.py b/web/app.py index 9ab003a..7a52867 100644 --- a/web/app.py +++ b/web/app.py @@ -7065,9 +7065,14 @@ Name: ''' + p.name + '''  -  Port: ''' + str( ''' ## try: for i in table_dict.items(): + try: + usr_nm = User.query.filter(User.dmr_ids.ilike('%' + str(int_id(i[0])) + '%')).first() + usr_lnk = '''''' + except: + usr_lnk = '' content = content + ''' -

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



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