removed all traces of get_sessions and consolidated to get_activity

This commit is contained in:
Nicholas St. Germain 2018-12-04 21:52:24 -06:00
parent dce59eb28a
commit 002e7b65c1
4 changed files with 25 additions and 48 deletions

View file

@ -62,8 +62,6 @@ class TautulliServer(NamedTuple):
verify_ssl: bool = None
get_activity: bool = False
get_activity_run_seconds: int = 30
get_sessions: bool = False
get_sessions_run_seconds: int = 30
class InfluxServer(NamedTuple):