1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-07 08:34:40 -04:00

update the keepalive for kiss

This commit is contained in:
2026-02-18 14:00:52 -05:00
parent c99a9c919d
commit 2b7e42802b
5 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ class TestTCPKISSDriver(unittest.TestCase):
def test_stats_serializable(self):
"""Test stats with serializable=True converts datetime to ISO format."""
self.driver.keepalive = datetime.datetime.now()
self.driver._keepalive = datetime.datetime.now()
stats = self.driver.stats(serializable=True)