Fixed RegistryThread not sending requests

This commit is contained in:
Hemna 2024-03-08 09:18:28 -05:00
parent aec88d4a7e
commit 0b0afd39ed
1 changed files with 1 additions and 0 deletions

View File

@ -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