diff --git a/src/apex/plugins/status/__init__.py b/src/apex/plugins/status/__init__.py index 1b5fd7c0554e1f79289fd542ce88568cd1178802..eae2df712a5d06e57044e4eed5cb5daca3c491f3 100644 --- a/src/apex/plugins/status/__init__.py +++ b/src/apex/plugins/status/__init__.py @@ -55,7 +55,7 @@ class StatusPlugin(object): 'source': port['identifier'], 'destination': 'APRS', 'path': port['status_path'].split(','), - 'text': list(port['status_text'].encode('ascii'))} + 'text': port['status_text']} frame_hash = apex.aprs.util.hash_frame(status_frame) if frame_hash not in self.packet_cache.values(): self.packet_cache[str(frame_hash)] = frame_hash