wip
This commit is contained in:
parent
c47fd98267
commit
abee103ed9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import datetime
|
||||||
import pytz
|
import pytz
|
||||||
|
|
||||||
OUTDIR = "chunks"
|
OUTDIR = "chunks"
|
||||||
CHUNK_SECONDS = 7200 # 2 Stunden
|
CHUNK_SECONDS = 10800 # 3 Stunden
|
||||||
|
|
||||||
os.makedirs(OUTDIR, exist_ok=True)
|
os.makedirs(OUTDIR, exist_ok=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue