From 38fe408c82ab493d8b9ebb3c281bd060afa749ae Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 27 Feb 2024 13:40:39 -0500 Subject: [PATCH] Don't send uptime to registry --- aprsd/threads/registry.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aprsd/threads/registry.py b/aprsd/threads/registry.py index 71535c7..6b937e7 100644 --- a/aprsd/threads/registry.py +++ b/aprsd/threads/registry.py @@ -4,7 +4,6 @@ from oslo_config import cfg import requests import aprsd -from aprsd import stats from aprsd import threads as aprsd_threads @@ -34,7 +33,6 @@ class APRSRegistryThread(aprsd_threads.APRSDThread): "callsign": CONF.callsign, "description": CONF.registry.description, "service_website": CONF.registry.service_website, - "uptime": stats.APRSDStats().uptime, "software": f"APRSD version {aprsd.__version__} " "https://github.com/craigerl/aprsd", }