diff --git a/thon/process.py b/thon/process.py index aa37bd3..f38c3fe 100644 --- a/thon/process.py +++ b/thon/process.py @@ -176,6 +176,7 @@ class ProcessThon(Data): async def __aenter__(self) -> Self | str: r = await self.check() + print(r) if r != "OK": await self.disconnect() return r