This commit is contained in:
unkn0w7n 2023-09-19 13:11:42 +05:30
parent 182ca73155
commit e2fa3b6f17

View File

@ -12,7 +12,7 @@ le = 'cap' # local edition;
date0 = date.today().strftime('%Y/%m/%d') date0 = date.today().strftime('%Y/%m/%d')
# for older edition change date0 below. # for older edition change date0 below.
# date0 = '2023/09/15' # date0 = '2023/09/15'
year, month, day = (int(x) for x in date0.split('/')) year, month, day = (int(x) for x in date0.split('/'))