More message fixes
This commit is contained in:
parent
d28ab929fe
commit
8c315ce4de
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--missing Get all missing TV shows
|
--missing Get all missing TV shows
|
||||||
--missing_days MISSING_DAYS
|
--missing_days MISSING_DAYS
|
||||||
Get missing TV shows in X pass days
|
Get missing TV shows in past X days
|
||||||
--upcoming Get upcoming TV shows
|
--upcoming Get upcoming TV shows
|
||||||
--today Get TV shows on today
|
--today Get TV shows on today
|
||||||
--queue Get TV shows in queue
|
--queue Get TV shows in queue
|
||||||
|
@ -65,7 +65,7 @@ optional arguments:
|
||||||
--counts Get the count of pending, approved, and available requests
|
--counts Get the count of pending, approved, and available requests
|
||||||
```
|
```
|
||||||
|
|
||||||
`tautulli.py` Gathers data from Tautulli and pushes it to influxdb
|
`tautulli.py` Gathers data from Tautulli and pushes it to influxdb. On initial run it will download the geoip2 DB and use it for locations.
|
||||||
|
|
||||||
`sickrage.py` Gathers data from Sickrage and pushes it to influxdb
|
`sickrage.py` Gathers data from Sickrage and pushes it to influxdb
|
||||||
|
|
||||||
|
|
|
@ -283,7 +283,7 @@ if __name__ == "__main__":
|
||||||
help='Get all missing TV shows')
|
help='Get all missing TV shows')
|
||||||
|
|
||||||
parser.add_argument("--missing_days", type=int,
|
parser.add_argument("--missing_days", type=int,
|
||||||
help='Get missing TV shows in X past days')
|
help='Get missing TV shows in past X days')
|
||||||
|
|
||||||
parser.add_argument("--upcoming", action='store_true',
|
parser.add_argument("--upcoming", action='store_true',
|
||||||
help='Get upcoming TV shows')
|
help='Get upcoming TV shows')
|
||||||
|
|
Loading…
Reference in a new issue