From 6e004dcb9060bf30ec1a5b1c9551945da9815aa6 Mon Sep 17 00:00:00 2001 From: mhsd19 <mhsd19@inf.ufpr.br> Date: Tue, 2 Jul 2024 15:19:04 +0000 Subject: [PATCH] =?UTF-8?q?Update=202024/1=20p=C3=B3s=20greve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 3a80ccd..04d2b74 100644 --- a/main.py +++ b/main.py @@ -51,10 +51,10 @@ def tweet_remaining_days(): today = datetime.date.today() logger.info("Tweeting...") - vacation = datetime.date(2024, 7, 6) + vacation = datetime.date(2024, 8, 10) # Alterar nextperiod quando sair calendario novo - nextperiod = datetime.date(2023, 8, 5) + nextperiod = datetime.date(2023, 9, 2) diffvacationdays = nextperiod - vacation vacationdays = diffvacationdays.days -- GitLab