From 9703eb7b9ac3d17acbf85547c1b1bbdaad52b1dd Mon Sep 17 00:00:00 2001 From: Radek Date: Thu, 12 Mar 2026 13:07:41 +0000 Subject: [PATCH] bufer fix --- entropy.py | 3 +++ file | 0 2 files changed, 3 insertions(+) create mode 100644 file diff --git a/entropy.py b/entropy.py index 480b5f2..c282cdf 100644 --- a/entropy.py +++ b/entropy.py @@ -4,6 +4,9 @@ import hashlib import secrets import time import argparse +import sys + +sys.stdout.reconfigure(line_buffering=True) def fetch_frame_opencv(url): cap = cv2.VideoCapture(url) diff --git a/file b/file new file mode 100644 index 0000000..e69de29