Skip to content

Commit

Permalink
Update dump1090-json_pub_sub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Dec 2, 2024
1 parent efb59ca commit 39f94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump1090-json/dump1090-json_pub_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
raise ValueError("Must specify the ads_b_json_digest_topic or ads_b_json_topic")

if ads_b_json_digest_topic != "" and ads_b_json_topic != "":
raise
raise ValueError("Must specify only one of the ads_b_json_digest_topic or ads_b_json_topic")


# Connect to the MQTT client
Expand Down

0 comments on commit 39f94bd

Please sign in to comment.