Skip to content

Commit

Permalink
Small changes when testing every city
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 14, 2022
1 parent b811029 commit cf4d556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These are the cities currently supported:
| Netherlands | Amersfoort | 149 | updates every monday at 03:00 |
| Netherlands | Amsterdam | 1243 | updates every second day of the month at 03:00 |
| Netherlands | Arnhem | 121 | |
| Netherlands | Den Haag | 241 | updates every second day of the month at 02:30 |
| Netherlands | Den Haag | 234 (says 241) | updates every second day of the month at 02:30 |
| Netherlands | Eindhoven | 180 | updates every thuesday at 03:00 |
| Netherlands | Groningen | 187 | |
| Netherlands | Zoetermeer | 388 | |
Expand Down Expand Up @@ -94,6 +94,7 @@ pre-commit run --all-files
Certain datasets are regularly updated, so that we can update them automatically in the NIPKaart database.

`0 3 1 * *` = Run every first day of the month at 03:00<br>
`30 2 2 * *` = Run every second day of the month at 02:30<br>
`0 3 * * 1` = Run every monday at 03:00<br>
`30 2 * * 1` = Run every monday at 02:30<br>
`0 3 * * 2` = Run every thuesday at 03:00<br>
Expand Down
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
zoetermeer,
)

# import app.database as database

if __name__ == "__main__":
load_dotenv()
env_path = Path(".") / ".env"
Expand Down

0 comments on commit cf4d556

Please sign in to comment.