Skip to content

Commit

Permalink
FIX checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Dec 17, 2024
1 parent a4308d2 commit 77099ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
CHALLENGE_NAME = 'map_estimation'
PUBLIC_PROJECT = "t4uf8"
PRIVATE_PROJECT = "g5t7q"
PRIVATE_CKSUM = 3633597329
PUBLIC_CKSUM = 1212880351
PRIVATE_CKSUM = 2716027363
PUBLIC_CKSUM = 2171499960


def get_folder(code, username=None, password=None):
Expand Down

0 comments on commit 77099ea

Please sign in to comment.