On forge un uuid unique pour la cour des 3 coquins

Fix #343
This commit is contained in:
Jean-Marie Favreau 2025-03-09 11:47:05 +01:00
parent f438db06ed
commit c221213e62

View File

@ -194,7 +194,7 @@ class CExtractor(TwoStepsExtractor):
description, description,
tags, tags,
recurrences=None, recurrences=None,
uuids=[event_url], uuids=[event_url + "#" + str(dt[0]) + "-" + str(dt[1])],
url_human=url_human, url_human=url_human,
start_time=dt[1], start_time=dt[1],
end_day=dt[2], end_day=dt[2],