refactor: add threaded data handling back on server side

This commit is contained in:
Swann
2021-05-04 16:25:36 +02:00
parent 58d639e9d8
commit 6af3e4b777
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ from . import environment
DEPENDENCIES = { DEPENDENCIES = {
"pyzmq", "zmq",
"deepdiff" "deepdiff"
} }
LIBS = os.path.dirname(os.path.abspath(__file__))+"/libs/replication" LIBS = os.path.dirname(os.path.abspath(__file__))+"/libs/replication"