fix NR RSRQ

main
"Riku" 2024-09-28 12:22:11 +03:00
parent 6c7a8884e9
commit 16120ff286
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class serveInfos(BaseHTTPRequestHandler):
nrbit = item.split(",") nrbit = item.split(",")
if not len(nrbit[0]) == 0: if not len(nrbit[0]) == 0:
self.wfile.write(bytes("zte_rsrq{band=\"%s\"} " % nrbit[3], "utf-8")) self.wfile.write(bytes("zte_rsrq{band=\"%s\"} " % nrbit[3], "utf-8"))
self.wfile.write(bytes("%s\n" % gatheredJson["Z5g_rsrq"], "utf-8")) self.wfile.write(bytes("%s\n" % nrbit[8], "utf-8"))
self.wfile.write(bytes("zte_rsrp{band=\"%s\"} " % nrbit[3], "utf-8")) self.wfile.write(bytes("zte_rsrp{band=\"%s\"} " % nrbit[3], "utf-8"))
self.wfile.write(bytes("%s\n" % nrbit[7], "utf-8")) self.wfile.write(bytes("%s\n" % nrbit[7], "utf-8"))