Update copyright year

This commit is contained in:
NickZ 2019-04-05 19:04:54 -07:00 committed by GitHub
parent 08a48546a5
commit b41bf30551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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