Убрал break, который приводил к остановке скрипта
This commit is contained in:
parent
2033cc1137
commit
8359c8f9b9
@ -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}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user