From 2ad0bda160e7c569b50c85d27c45d8144f3ebcd2 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Thu, 9 Dec 2021 11:02:52 -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 511c8a0..5c07630 100644 --- a/web/app.py +++ b/web/app.py @@ -7097,7 +7097,7 @@ Name: ''' + p.name + '''  -  Port: ''' + str( for b in bbl: bb_content = bb_content + ''' -

''' + b.callsign + '''

\n

''' + str(i.dmr_id) + '''

+

''' + b.callsign + '''

\n

''' + str(b.dmr_id) + '''

''' + b.bulletin + ''' '''