diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index e0db9258b..84212db66 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -1112,7 +1112,7 @@ def IS_BIRTHGAY(): return SITE_NAME == 'rDrama' and birthgay_begin < datetime.datetime.now() < birthgay_end birthdead_begin = datetime.datetime.strptime(f'26/4/{t.year}', '%d/%m/%Y') -birthdead_end = datetime.datetime.strptime(f'28/5/{t.year}', '%d/%m/%Y') +birthdead_end = datetime.datetime.strptime(f'28/4/{t.year}', '%d/%m/%Y') def IS_BIRTHDEAD(): return SITE_NAME == 'WPD' and birthdead_begin < datetime.datetime.now() < birthdead_end