Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
EricTendian committed Nov 16, 2023
1 parent 608bc41 commit 9fe3d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/broadcastify-calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ def process_call(
raise e

if openmhz:
logging.info(
f"Sending call on '{call['display']}' (TG {call['call_tg']}) to OpenMHz - {url}"
)
data = {
"api_key": os.getenv("OPENMHZ_API_KEY", ""),
"freq": metadata["freq"],
Expand Down

0 comments on commit 9fe3d87

Please sign in to comment.