mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-10 04:12:22 +03:00
Bouncer: Minor docs edit & remove un-needed Validator import
This commit is contained in:
parent
555c9dd813
commit
579e185b86
@ -19,8 +19,7 @@ Architecture:
|
|||||||
2. The payload is extracted using `get_decompressed_message()`, as the
|
2. The payload is extracted using `get_decompressed_message()`, as the
|
||||||
message *may* be compressed, but might not be.
|
message *may* be compressed, but might not be.
|
||||||
|
|
||||||
3. The result of that, which XXX,
|
3. The result of that is passed on to forward_message()
|
||||||
is passed on to forward_message()
|
|
||||||
which spawns a greenlet to actually send the message on using
|
which spawns a greenlet to actually send the message on using
|
||||||
`push_message()`.
|
`push_message()`.
|
||||||
|
|
||||||
@ -41,7 +40,6 @@ from pkg_resources import resource_string
|
|||||||
# import os
|
# import os
|
||||||
|
|
||||||
from eddn.conf.Settings import Settings, loadConfig
|
from eddn.conf.Settings import Settings, loadConfig
|
||||||
from eddn.core.Validator import Validator, ValidationSeverity
|
|
||||||
|
|
||||||
from gevent import monkey
|
from gevent import monkey
|
||||||
monkey.patch_all()
|
monkey.patch_all()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user