planarian

This commit is contained in:
2026-05-02 17:19:44 +02:00
parent c16a874ebd
commit 3f746b6b3f
26 changed files with 1447 additions and 422 deletions
@@ -30,6 +30,7 @@ import time
from datetime import datetime, timezone
from typing import Optional
from modules.reductstore import ReductStore
logger = logging.getLogger(__name__)
@@ -468,6 +469,7 @@ class ReductStoreClient:
token : token d'authentification (vide si pas d'auth)
bucket : nom du bucket cible
"""
self.url = url
self.token = token
self.bucket_name = bucket