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