diff --git a/dxspot.py b/dxspot.py index 403a389..2a1f6c1 100644 --- a/dxspot.py +++ b/dxspot.py @@ -62,8 +62,8 @@ def on_message(client, userdata, msg): return logging.info('Possible Es Spot: ' - + f'{spot['sc']}->{spot['rc']} ' - + f'{int(d)}km {spot['rp']}dB') + + f'{spot["sc"]}->{spot["rc"]} ' + + f'{int(d)}km {spot["rp"]}dB') tracker.add_match(spot['t']) def update_image(state, font_path=IMG_FONT, output=IMG_OUT_PATH):