Fix null to 0 in aggregate
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user