fix(thon): add debug print for process check
Add debug print to output the result of the process check for easier debugging
This commit is contained in:
@ -176,6 +176,7 @@ class ProcessThon(Data):
|
|||||||
|
|
||||||
async def __aenter__(self) -> Self | str:
|
async def __aenter__(self) -> Self | str:
|
||||||
r = await self.check()
|
r = await self.check()
|
||||||
|
print(r)
|
||||||
if r != "OK":
|
if r != "OK":
|
||||||
await self.disconnect()
|
await self.disconnect()
|
||||||
return r
|
return r
|
||||||
|
|||||||
Reference in New Issue
Block a user