Uncommented location searching

This commit is contained in:
madrigal 2025-09-16 15:10:33 -04:00
parent 8b14025d63
commit dd8f47ca05

View File

@ -256,7 +256,7 @@ def collect_data(filename, address):
while running:
data = {}
# data = get_current_location(dictionary=data)
data = get_current_location(dictionary=data)
data = get_modem_cops(dictionary=data)
data = get_modem_creg(dictionary=data)
data = get_modem_csq(dictionary=data)