Don't autodelete yet.

This commit is contained in:
W1CDN
2023-06-27 21:44:12 -05:00
parent e05a3790d6
commit 8f3b2ae707
2 changed files with 6 additions and 4 deletions

View File

@ -110,8 +110,6 @@ def index():
# Play with function to create station list
stations = unique_stations(get_db_connection())
print(stations)
return render_template('index.html',
station_call = config['Settings']['station_call'],