Skip to content

Commit

Permalink
Update Mobile_Site_Survey.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Nov 19, 2024
1 parent d8757b2 commit adfbe1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mobile_Site_Survey/Mobile_Site_Survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ def run_tests(modem):
cp.log(f'Ookla failed to start for source {source_ip} on {modem}. Trying again...')
time.sleep(1)
else:
log_all(f'Ookla startup exceeded retries for source {source_ip} on {modem}', logs)
log_all(f'Ookla is not accepting connections at the time. Please try again later. Device: {modem}', logs)
return
except Exception as e:
msg = f'Exception in Ookla startup: {e}'
log_all(msg, logs)
Expand Down

0 comments on commit adfbe1d

Please sign in to comment.