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}")