debug
This commit is contained in:
@@ -43,7 +43,7 @@ class caldav_sync_manager(models.Model):
|
||||
def init_task_management(self):
|
||||
today = datetime.now()
|
||||
o_caldav_sync_management = caldav_sync_manager.objects.filter(dtDate=today.date())
|
||||
if not o_caldav_sync_management.exists() or o_caldav_sync_management.first().bDone is False:
|
||||
if not o_caldav_sync_management.exists():
|
||||
self.copy_caldav_data()
|
||||
else:
|
||||
print("pas de copy, sync déjà fait")
|
||||
|
Reference in New Issue
Block a user