alexdum commited on
Commit
4534d35
·
1 Parent(s): 7d5ddfc

feat: Add debug notification for broadcasting the station name.

Browse files
Files changed (1) hide show
  1. server.R +2 -0
server.R CHANGED
@@ -408,6 +408,8 @@ server <- function(input, output, session) {
408
  start = start_date,
409
  end = end_date
410
  ))
 
 
411
  }
412
 
413
  # --- Selection Logic via Dropdown ---
 
408
  start = start_date,
409
  end = end_date
410
  ))
411
+ # Debug notification
412
+ showNotification(paste("Broadcasting:", station_name), duration = 3, type = "message")
413
  }
414
 
415
  # --- Selection Logic via Dropdown ---