From 7b3403994fac5fe52c749516f5f64b14ec010928 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 16 Oct 2018 23:13:15 +0200 Subject: [PATCH] Update monocolour-converter.py --- Calendar/monocolour-converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Calendar/monocolour-converter.py b/Calendar/monocolour-converter.py index 6cb7b43..03e2619 100644 --- a/Calendar/monocolour-converter.py +++ b/Calendar/monocolour-converter.py @@ -29,8 +29,8 @@ output_path_2 = path+'months/de/' input_path_3 = path+'other/en/' output_path_3 = path+'other/en/' -input_path_4 = path+'other/en/' -output_path_4 = path+'other/en/' +input_path_4 = path+'months/en/' +output_path_4 = path+'months/en/' #-----------------no need to change anything below-----------------# import glob, os, errno