Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Probably fix of #31. For some reason 'cep_1week.zip' and 'cep_alm_pak…
Browse files Browse the repository at this point in the history
….zip' are identical.
  • Loading branch information
argrento committed Apr 30, 2021
1 parent 24033ac commit 12666e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huami_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def get_firmware(_wearable: dict) -> None:

def get_gps_data(self) -> None:
"""Download GPS packs: almanac and AGPS"""
agps_packs = ["AGPS_ALM", "AGPSZIP"]
agps_file_names = ["cep_alm_pak.zip", "cep_7days.zip"]
agps_packs = ["AGPS_ALM", "AGPSZIP", "LLE", "AGPS"]
agps_file_names = ["cep_1week.zip", "cep_7days.zip", "lle_1week.zip", "cep_pak.bin"]
agps_link = urls.URLS['agps']

headers = urls.PAYLOADS['agps']
Expand Down

0 comments on commit 12666e5

Please sign in to comment.