Closed kd1889 closed 3 years ago
Currently, the screen is showing the template format for the web interface. However, the table for the radio site is not showing the names/states of the radio stations, as shown in the image below Using a dictionary to store the information for the different stations as shown below: Bootstrap code seems to be the problem. Currently trying the access different information using the following format instead of the expected python format: Changed code to the following, will update on test:
Resolved the issue. The problem was that I was not passing the stations list in the correct app route. Needed to set it in @app.route('radio.html')
and I had it in @app.route('index.html')