README: Remove newlines in code listing

pull/10/head
Fabian P. Schmidt 2016-09-01 11:37:33 +02:00
rodzic e564fa48d1
commit 36641584ae
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -36,11 +36,9 @@ def process_beacon(raw_message):
if raw_message[0] == '#':
print('Server Status: {}'.format(raw_message))
return
try:
beacon = parse_aprs(raw_message)
beacon.update(parse_ogn_beacon(beacon['comment']))
print('Received {beacon_type} from {name}'.format(**beacon))
except ParseError as e:
print('Error, {}'.format(e.message))