From ca3417c9c0e7f0e4dcb06b7db5f4d620a0188d0a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 12:09:40 +0000 Subject: [PATCH] Gateway: Better top-level docstring --- src/eddn/Gateway.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/eddn/Gateway.py b/src/eddn/Gateway.py index 0524478..baedc27 100644 --- a/src/eddn/Gateway.py +++ b/src/eddn/Gateway.py @@ -1,6 +1,8 @@ # coding: utf8 """ +EDDN Gateway, which receives message from uploaders. + Contains the necessary ZeroMQ socket and a helper function to publish market data to the Announcer daemons. """