From 2322c882b4fbab69a814f935a643ddf25a0cda7e Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 16 Oct 2018 23:04:23 +0200 Subject: [PATCH] Update for v1.3 --- Calendar/monocolour-converter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Calendar/monocolour-converter.py b/Calendar/monocolour-converter.py index 0621f38..6cb7b43 100644 --- a/Calendar/monocolour-converter.py +++ b/Calendar/monocolour-converter.py @@ -20,16 +20,16 @@ Info: These paths contain the bmps that require converting. """ path = '/home/pi/E-Paper-Master/Calendar/' #--------------only change the following lines-----------------# -input_path_1 = path+/'other/de/' +input_path_1 = path+'other/de/' output_path_1 = path+'other/de/' input_path_2 = path+'months/de/' output_path_2 = path+'months/de/' -input_path_3 = path+/'other/en/' +input_path_3 = path+'other/en/' output_path_3 = path+'other/en/' -input_path_4 = path+/'other/en/' +input_path_4 = path+'other/en/' output_path_4 = path+'other/en/' #-----------------no need to change anything below-----------------#