mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-04 22:32:29 -04: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 requests
|
||||||
|
|
||||||
import aprsd
|
import aprsd
|
||||||
from aprsd import stats
|
|
||||||
from aprsd import threads as aprsd_threads
|
from aprsd import threads as aprsd_threads
|
||||||
|
|
||||||
|
|
||||||
@ -34,7 +33,6 @@ class APRSRegistryThread(aprsd_threads.APRSDThread):
|
|||||||
"callsign": CONF.callsign,
|
"callsign": CONF.callsign,
|
||||||
"description": CONF.registry.description,
|
"description": CONF.registry.description,
|
||||||
"service_website": CONF.registry.service_website,
|
"service_website": CONF.registry.service_website,
|
||||||
"uptime": stats.APRSDStats().uptime,
|
|
||||||
"software": f"APRSD version {aprsd.__version__} "
|
"software": f"APRSD version {aprsd.__version__} "
|
||||||
"https://github.com/craigerl/aprsd",
|
"https://github.com/craigerl/aprsd",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user