update Title with term

This commit is contained in:
David 2018-05-21 20:50:00 -04:00
parent 4b067d1887
commit 9036c7a996
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from datetime import timezone
def feedbase():
fg = FeedGenerator()
fg.load_extension('podcast')
fg.title('SCOTUS Audio')
fg.title('SCOTUS Audio ' + TERM + 'Term')
fg.subtitle('This is an automated feed of the mp3 files from the SCOTUS website. NOT AFFILIATED WITH THE COURT OR THE JUSTICES.')
fg.link(href=LINK, rel='self')
fg.language('en')