initialize the proxy statistics
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
import pytest
|
import pytest
|
||||||
from app.src.messages import Message, Control
|
from app.src.messages import Message, Control
|
||||||
from app.src.config import Config
|
from app.src.config import Config
|
||||||
|
from app.src.infos import Infos
|
||||||
|
|
||||||
|
# initialize the proxy statistics
|
||||||
|
Infos.static_init()
|
||||||
|
|
||||||
class MemoryStream(Message):
|
class MemoryStream(Message):
|
||||||
def __init__(self, msg, chunks = (0,)):
|
def __init__(self, msg, chunks = (0,)):
|
||||||
|
|||||||
Reference in New Issue
Block a user