mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
missing redis client
This commit is contained in:
parent
82d6646137
commit
64afc72c97
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from channels.layers import get_channel_layer
|
|||
from django.utils import timezone
|
||||
import time
|
||||
import json
|
||||
from core.utils import acquire_task_lock, release_task_lock
|
||||
from core.utils import RedisClient, acquire_task_lock, release_task_lock
|
||||
from core.models import CoreSettings
|
||||
from asgiref.sync import async_to_sync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue