diff --git a/aprsd/threads/registry.py b/aprsd/threads/registry.py index 8fb7a66..9f8d8c4 100644 --- a/aprsd/threads/registry.py +++ b/aprsd/threads/registry.py @@ -52,4 +52,5 @@ class APRSRegistryThread(aprsd_threads.APRSDThread): LOG.error(f"Failed to send registry info: {e}") time.sleep(1) + self._loop_cnt += 1 return True