Don't send uptime to registry

This commit is contained in:
Hemna 2024-02-27 13:40:39 -05:00
parent 8264c94bd6
commit 38fe408c82
1 changed files with 0 additions and 2 deletions

View File

@ -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",
}