merge-requests/30/head
Bob Mottram 2022-09-30 22:31:36 +01:00
parent b3f8e795ae
commit ff124762b5
1 changed files with 1 additions and 2 deletions

View File

@ -365,8 +365,7 @@ def set_map_preferences_coords(base_dir: str, nickname: str, domain: str,
save_json(maps_json, maps_filename)
def get_map_preferences_coords(base_dir: str,
nickname: str,
def get_map_preferences_coords(base_dir: str, nickname: str,
domain: str) -> (float, float, int):
"""Gets the preferred maps website coordinates for an account
"""