kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Remove redundant frequency unit in email text
rodzic
5c766f353d
commit
7591856a41
|
|
@ -95,7 +95,7 @@ class EmailNotification(object):
|
|||
msg += '\n'
|
||||
msg += 'Callsign: %s\n' % _id
|
||||
msg += 'Type: %s\n' % telemetry['type']
|
||||
msg += 'Frequency: %s MHz\n' % telemetry['freq']
|
||||
msg += 'Frequency: %s\n' % telemetry['freq']
|
||||
msg += 'Position: %.5f,%.5f\n' % (telemetry['lat'], telemetry['lon'])
|
||||
msg += 'Altitude: %dm\n' % round(telemetry['alt'])
|
||||
msg += '\n'
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue