titlepic: update copyright year

This commit is contained in:
Mike Swanson 2018-05-31 11:34:41 -07:00
parent beebbed1f2
commit 9b4bd71aab

View file

@ -12,7 +12,7 @@ import os
font = ImageFont.load_default()
txt1= "© 2001-2017"
txt1= "© 2001-2018"
txt2= os.environ['VERSION']
background_image = Image.open(sys.argv[1])
background_image.load()