fixed some bugs on linux with pipes

This commit is contained in:
UpstreamData
2022-03-18 12:02:42 -06:00
parent 134b5fe0ff
commit 4038dae446
3 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ class BTMinerAPI(BaseMinerAPI):
self.current_token = None
async def send_command(self,
command: str | bytes,
command: str or bytes,
parameters: str or int or bool = None,
ignore_errors: bool = False
) -> dict: