From dc19b74de9777edb8ed5b89ce28953c8f7628b02 Mon Sep 17 00:00:00 2001 From: "[object Object]" Date: Sat, 13 Jul 2024 10:42:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20fl?= =?UTF-8?q?ush=20=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=B5=D0=BC=D0=B5=D0=B4=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B2=D1=8B=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0,=20=D0=BC=D0=B8=D0=BD=D1=83=D1=8F=20=D0=B1=D1=83?= =?UTF-8?q?=D1=84=D0=B5=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hh_applicant_tool/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hh_applicant_tool/utils.py b/hh_applicant_tool/utils.py index d30641e..3f2bc06 100644 --- a/hh_applicant_tool/utils.py +++ b/hh_applicant_tool/utils.py @@ -7,7 +7,7 @@ from threading import Lock from typing import Any -print_err = partial(print, file=sys.stderr) +print_err = partial(print, file=sys.stderr, flush=True) class AttrDict(dict):