Skip to content
Snippets Groups Projects

Update 2024/1 pós greve

Merged mhsd19 requested to merge mhsd19-main-patch-25509 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading