added stats pull from tautulli -,-

This commit is contained in:
Nicholas St. Germain 2018-12-18 20:30:04 -06:00
parent 831498f89b
commit 67b98d57ea
5 changed files with 49 additions and 3 deletions

View file

@ -71,6 +71,8 @@ class TautulliServer(NamedTuple):
verify_ssl: bool = None
get_activity: bool = False
get_activity_run_seconds: int = 30
get_stats: bool = False
get_stats_run_seconds: int = 30
class InfluxServer(NamedTuple):