2
0
Fork 0

fix(settings): env var spelling
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-05-04 00:27:28 +02:00
parent 71fc7ed07e
commit 36d75dc50d
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ CELERY_BEAT_SCHEDULE = {
},
"deactivate-fallbacks-every-300-seconds": {
"task": "shiftregister.fallback.tasks.deactivate_fallbacks",
"schedule": float(getenv("FALLBACK_DEACTIVAtE_INTERVAL", 300.0)), # seconds
"schedule": float(getenv("FALLBACK_DEACTIVATE_INTERVAL", 300.0)), # seconds
},
}