1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-17 22:01:49 -05:00

Fixed RegistryThread not sending requests

This commit is contained in:
Hemna 2024-03-08 09:18:28 -05:00
parent aec88d4a7e
commit 0b0afd39ed

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