From abee103ed9bdf96728f3fcef02c6acf28b881053 Mon Sep 17 00:00:00 2001 From: CroneKorkN Date: Fri, 30 May 2025 20:16:58 +0200 Subject: [PATCH] wip --- create_chunks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_chunks.py b/create_chunks.py index d7a9dd5..df9201b 100755 --- a/create_chunks.py +++ b/create_chunks.py @@ -5,7 +5,7 @@ import datetime import pytz OUTDIR = "chunks" -CHUNK_SECONDS = 7200 # 2 Stunden +CHUNK_SECONDS = 10800 # 3 Stunden os.makedirs(OUTDIR, exist_ok=True)