Skip to content

Commit

Permalink
make check more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Aug 16, 2024
1 parent 5883553 commit d2202d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/cowidev/cmd/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ALLOWED_DAYS_MAX_JHU = 1
ALLOWED_DAYS_MAX_TESTING = 7
ALLOWED_DAYS_MAX_HOSP = 7
ALLOWED_DAYS_MAX_MEGAFILE = 1
ALLOWED_DAYS_MAX_MEGAFILE = 10


def check_updated(url, date_col, allowed_days, weekends, local_check=False, url_local=None) -> None:
Expand Down

0 comments on commit d2202d0

Please sign in to comment.