Skip to content

Commit fd9746b

Browse files
committed
doc
1 parent d464ebd commit fd9746b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mozloc/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ def log_wifi_loc(T: float, logfile: Path):
1717
print(HEADER)
1818

1919
cli_config_check()
20-
sleep(0.5) # nmcli errored for less than about 0.2 sec.
20+
# nmcli errored for less than about 0.2 sec.
21+
sleep(0.5)
2122
while True:
2223
loc = get_cli()
2324
if loc is None:

0 commit comments

Comments
 (0)