Fix null to 0 in aggregate

This commit is contained in:
2025-04-20 03:20:34 +02:00
parent 065ac7f250
commit 9b9c25806b
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,6 @@ class TorrentEventConsumer(AsyncJsonWebsocketConsumer):
await self.channel_layer.group_discard("torrent", self.channel_name)
async def dispatch(self, message):
print("dispatch ws :", message)
return await super().dispatch(message)
async def receive_json(self, content, **kwargs):