From ff79dc035695af5626fd8a4ed01ef9f49da2c724 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 15 Oct 2021 14:45:25 -0700 Subject: [PATCH] correct all_mail --- web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) + '''