Убрал break, который приводил к остановке скрипта

This commit is contained in:
Vladislav 2023-10-31 10:40:01 +03:00
parent 2033cc1137
commit 8359c8f9b9

View File

@ -197,7 +197,6 @@ class Endpoint(Thread):
if not equal: if not equal:
self.__insert_db_row(row) self.__insert_db_row(row)
last_row = row last_row = row
break
except Exception as ex: except Exception as ex:
journal.log(f"Exception: {ex}") journal.log(f"Exception: {ex}")