Skip to content

Commit 0534ead

Browse files
committed
Fix mpssh
1 parent 7a88ef1 commit 0534ead

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mpssh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ async def main() -> int:
220220
stdin_data = sys.stdin.buffer.read()
221221
else:
222222
if not sys.stdin.isatty():
223-
print('123')
224223
sys.stdin.read()
225-
print('456')
226224

227225

228226
thread_colors = [Fore.GREEN, Fore.YELLOW, Fore.BLUE, Fore.MAGENTA, Fore.CYAN]

0 commit comments

Comments
 (0)