Update copyright year

master
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
1 changed files with 1 additions and 1 deletions

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()