Fix du délai d'un mois
This commit is contained in:
parent
dda111f4cf
commit
ee35260d97
@ -22,6 +22,7 @@ import pytz
|
||||
import os
|
||||
import shutil
|
||||
import time
|
||||
import datetime
|
||||
|
||||
# Fichiers locaux :
|
||||
from objects import Room
|
||||
@ -248,13 +249,8 @@ def get_tot_rooms(datet, depts, ignore_list) :
|
||||
# sur une période de 'margintime' mois :
|
||||
cals = list() # Liste des EDT des départements choisis
|
||||
for d in depts :
|
||||
if datet.month < 12 :
|
||||
result = sched_get(datet, d.link,
|
||||
datet.replace(month = datet.month + margintime),
|
||||
NO_CACHE)
|
||||
else :
|
||||
result = sched_get(datet, d.link,
|
||||
datet.replace(month = 1, year = datet.year + 1),
|
||||
datet + datetime.timedelta(margintime),
|
||||
NO_CACHE)
|
||||
# # Utilisation du module 'ics' pour le tri du calendrier dans l'ordre
|
||||
# # chronologique :
|
||||
|
Loading…
Reference in New Issue
Block a user