From 9b4bd71aabda26307444e9e7a67bb7adf76f9377 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Thu, 31 May 2018 11:34:41 -0700 Subject: [PATCH] titlepic: update copyright year --- graphics/text/create_caption.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/text/create_caption.py b/graphics/text/create_caption.py index 1d1eac36..73861f94 100755 --- a/graphics/text/create_caption.py +++ b/graphics/text/create_caption.py @@ -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()