mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:49:17 +02:00
Fixed logging issues
This commit is contained in:
parent
d68ab6ec20
commit
060543f62c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ from asgiref.sync import async_to_sync
|
|||
from channels.layers import get_channel_layer
|
||||
from django.core.serializers.json import DjangoJSONEncoder
|
||||
|
||||
logger = logging.getLogger(__file__)
|
||||
logger = logging.getLogger(__name__)
|
||||
channel_layer = get_channel_layer()
|
||||
group_add = async_to_sync(channel_layer.group_add)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue