From 0b0afd39ede5d437d41255563684144f62f0f323 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 8 Mar 2024 09:18:28 -0500 Subject: [PATCH] Fixed RegistryThread not sending requests --- aprsd/threads/registry.py | 1 + 1 file changed, 1 insertion(+) 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