"04/11/2024" nextSchoolHolidaysCoutdownInDays: 46 nextSchoolHolidaysName: "Vacances de Noël" nextSchoolHolidaysStartDate: "21/12/2024" nextSchoolHolidaysEndDate: "06/01/2025" schoolPeriod: "2024-2025" year: 2024 region: "Métropole" academy: "Paris" zones: "Zone C" version: "1.2.4"...
Benjamin-Loison commented Aug 4, 2024 • edited timestamp = 1722782903 TO_REMOVE = 1 while True: community = getCommunity(timestamp) isIn = 'ce dimanche pour cause de vacances en famille' in str(community) print(f'{timestamp=} {isIn=}') if not isIn: break timestamp -= TO_REMOVE...