diff --git a/main.py b/main.py index 3a80ccd3b42eb2783d52721b30d8b8abe3c9cca6..04d2b74f1bc856fe7978bc6d47581661e60b7dbc 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