passed data folder to tautulli for helper functions. Fixes #46
This commit is contained in:
parent
693e25c7b6
commit
78ce399f33
4 changed files with 15 additions and 14 deletions
|
@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|||
|
||||
if CONFIG.tautulli_enabled:
|
||||
for server in CONFIG.tautulli_servers:
|
||||
TAUTULLI = TautulliAPI(server, DBMANAGER)
|
||||
TAUTULLI = TautulliAPI(server, DBMANAGER, DATA_FOLDER)
|
||||
if server.get_activity:
|
||||
schedule.every(server.get_activity_run_seconds).seconds.do(threaded, TAUTULLI.get_activity)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue