Update aired_today_playlist.py

This commit is contained in:
blacktwin 2017-10-10 12:29:50 -04:00 committed by GitHub
parent bd8c75acb1
commit 3726885a68

View File

@ -56,7 +56,7 @@ def find_air_dates(content_lst):
if ad_month == str(today.month) and ad_day == str(today.day):
aired_lst += [[video] + [str(video.originallyAvailableAt)]]
except Exception as e:
print(e)
# print(e)
pass
# Sort by original air date, oldest first