mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:29:17 +02:00
Revert to apline:3.11 to stay on Python 3.7 (3.8 has issues with channels)
This commit is contained in:
parent
9a2876469a
commit
14d5b0c69c
5 changed files with 39 additions and 5 deletions
|
@ -8,6 +8,7 @@ from django.core.serializers.json import DjangoJSONEncoder
|
|||
logger = logging.getLogger(__name__)
|
||||
channel_layer = get_channel_layer()
|
||||
group_add = async_to_sync(channel_layer.group_add)
|
||||
group_discard = async_to_sync(channel_layer.group_discard)
|
||||
|
||||
|
||||
def group_send(group, event):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue