mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
Don't send uptime to registry
This commit is contained in:
parent
8264c94bd6
commit
38fe408c82
@ -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",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user