Skip to content

Commit

Permalink
Merge pull request #55 from daytonajrw/main
Browse files Browse the repository at this point in the history
Clarified config.md and update apprise
  • Loading branch information
everettsouthwick authored Apr 17, 2024
2 parents af28fa9 + a7ef43c commit 2af731b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ This above configuration will notify you if a new appointment is found for Decem

Default: []

Type: List or Integer
Type: Comma Seperated List or Integer

This represents the IDs of the enrollment centers you wish to monitor. This can either be a list of locations, or a singular location represented by an integer. This list is used in addition to whatever arguments you pass in at run-time of the script. For more information on locations, please see [LOCATIONS.md](LOCATIONS.md).

```json
{
"location_ids": [ 5140 ]
"location_ids": [ 5140,5444 ]
}
```

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
apprise==1.6.0
apprise==1.7.1
requests==2.31.0

0 comments on commit 2af731b

Please sign in to comment.