From 8359c8f9b9f2c8b11930924eb1c7b0f628f6a20a Mon Sep 17 00:00:00 2001 From: Vladislav Date: Tue, 31 Oct 2023 10:40:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20break,=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B9=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=D0=B8=D0=BB=20=D0=BA=20=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8?= =?UTF-8?q?=D0=BF=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- endpoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoint.py b/endpoint.py index c77b14c..c3034be 100644 --- a/endpoint.py +++ b/endpoint.py @@ -197,7 +197,6 @@ class Endpoint(Thread): if not equal: self.__insert_db_row(row) last_row = row - break except Exception as ex: journal.log(f"Exception: {ex}")