diff --git a/web/app.py b/web/app.py index 1297ef7..07b16aa 100644 --- a/web/app.py +++ b/web/app.py @@ -2778,7 +2778,7 @@ TG #: ''' + str(tg_d.tg) + ''' for i in mail_all_users: content = content + ''' - To: ''' + i.snd_callsign + ''' - ''' + str(i.snd_id) + '''
From: ''' + i.rcv_callsign + ''' - ''' + str(i.rcv_id) + ''' + To: ''' + i.rcv_callsign + ''' - ''' + str(i.rcv_id) + '''
From: ''' + i.snd_callsign + ''' - ''' + str(i.snd_id) + ''' ''' + i.message + ''' ''' + str((i.time + timedelta(hours=hbnet_tz)).strftime(time_format)) + '''