From e2fa3b6f17968d286e04ce2e1f0b69c3ad5cdea4 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:11:42 +0530 Subject: [PATCH] ... --- recipes/toiprint.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/toiprint.recipe b/recipes/toiprint.recipe index b637152d1c..316f28a1ea 100644 --- a/recipes/toiprint.recipe +++ b/recipes/toiprint.recipe @@ -12,7 +12,7 @@ le = 'cap' # local edition; date0 = date.today().strftime('%Y/%m/%d') -# for older edition change date0 below. +# for older edition change date0 below. # date0 = '2023/09/15' year, month, day = (int(x) for x in date0.split('/'))