mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
small bug in get coords
This commit is contained in:
parent
085123f89d
commit
708c7c54e2
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ async def next_cmd(mc, cmds, json_output=False):
|
|||
if json_output :
|
||||
print(json.dumps({"lat": mc.self_info["adv_lat"], "lon":mc.self_info["adv_lon"]}))
|
||||
else:
|
||||
print(print(f"{mc.self_info['adv_lat']},{mc.self_info['adv_lon']}"))
|
||||
print(f"{mc.self_info['adv_lat']},{mc.self_info['adv_lon']}")
|
||||
case "radio":
|
||||
if json_output :
|
||||
print(json.dumps(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue